Skip to content

Commit

Permalink
fix(): nginx volume
Browse files Browse the repository at this point in the history
  • Loading branch information
Magicalex committed May 30, 2021
1 parent d1696db commit b0c6217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ RUN apk add --no-progress --no-cache \

COPY rootfs /
RUN chmod +x /usr/local/bin/* /etc/s6.d/*/run /etc/s6.d/.s6-svscan/*
VOLUME /etc/nginx/conf.d /flarum/app/extensions /flarum/app/public/assets /flarum/app/storage
VOLUME /etc/nginx/flarum /flarum/app/extensions /flarum/app/public/assets /flarum/app/storage
CMD ["/usr/local/bin/startup"]

0 comments on commit b0c6217

Please sign in to comment.