Set NEXTCLOUD_UPDATE in dockerfile

This commit is contained in:
Wojciech Kozlowski 2018-12-18 20:18:02 +00:00
parent 3195897fed
commit c5b7573347
2 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,6 @@ services:
- ./nextcloud/nginx.conf:/etc/nginx/nginx.conf:ro
volumes_from:
- nextcloud-app
environment:
- VIRTUAL_HOST='cloud.wojciechkozlowski.eu'
restart: always
# ---------------------------------------------------------------------------

View File

@ -10,4 +10,6 @@ RUN mkdir /var/log/supervisord /var/run/supervisord
COPY supervisord.conf /etc/supervisor/supervisord.conf
ENV NEXTCLOUD_UPDATE=1
CMD ["/usr/bin/supervisord"]