Browse Source

Update Dockerfile: set VOLUME to /wiki/data

By this you can prevent issues like [#5](https://github.com/linuxserver/docker-wikijs/issues/5) with access rights to eg. /wiki/data/cache
pull/4663/head
Tom Hutter 3 years ago
committed by GitHub
parent
commit
19743b33c1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      dev/build/Dockerfile

2
dev/build/Dockerfile

@ -44,7 +44,7 @@ COPY --chown=node:node ./LICENSE ./LICENSE
USER node
VOLUME ["/wiki/data/content"]
VOLUME ["/wiki/data"]
EXPOSE 3000
EXPOSE 3443

Loading…
Cancel
Save