Update docker-compose.yml to reflect changes in PR #3830

This commit is contained in:
Frédéric Guillot
2018-04-30 11:39:16 -07:00
parent 93846ee990
commit b9a457fc03
2 changed files with 5 additions and 4 deletions

View File

@@ -3,8 +3,8 @@ FROM alpine:3.7
VOLUME /var/www/app/data
VOLUME /var/www/app/plugins
VOLUME /etc/nginx/ssl
EXPOSE 80 443
EXPOSE 80 443
ARG VERSION
@@ -27,8 +27,5 @@ RUN cd /tmp \
ADD docker/ /
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
CMD []