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 87fcfca6d7
commit 19743b33c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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