Set NEXTCLOUD_UPDATE in dockerfile
This commit is contained in:
parent
3195897fed
commit
c5b7573347
@ -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
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
@ -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"]
|
||||
|
Reference in New Issue
Block a user