Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.

Commit

Permalink
Persist wiki data in a volume.
Browse files Browse the repository at this point in the history
  • Loading branch information
schnatterer committed Mar 11, 2019
1 parent b4a8edc commit a0a993c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ RUN \
&& chown -R gollum:gollum /gollum \
&& chown gollum:gollum /startup.sh

VOLUME /gollum/wiki

USER gollum
WORKDIR app

Expand Down

0 comments on commit a0a993c

Please sign in to comment.