fix(): nginx volume

pull/92/head
Magicalex 2021-05-31 00:09:39 +02:00
parent d1696dbfbb
commit b0c6217361
No known key found for this signature in database
GPG Key ID: A89B48B1788C3CB5
1 changed files with 1 additions and 1 deletions

View File

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