mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-17 11:55:08 +01:00
Merge pull request #519 from SnowMB/fix_full_example
fix #491: add NEXTCLOUD_UPDATE=1 to full example
This commit is contained in:
commit
ab3b62bd10
2 changed files with 4 additions and 0 deletions
|
@ -21,4 +21,6 @@ RUN mkdir -p /usr/share/man/man1 \
|
||||||
|
|
||||||
COPY supervisord.conf /etc/supervisor/supervisord.conf
|
COPY supervisord.conf /etc/supervisor/supervisord.conf
|
||||||
|
|
||||||
|
ENV NEXTCLOUD_UPDATE=1
|
||||||
|
|
||||||
CMD ["/usr/bin/supervisord"]
|
CMD ["/usr/bin/supervisord"]
|
||||||
|
|
|
@ -21,4 +21,6 @@ RUN mkdir -p /usr/share/man/man1 \
|
||||||
|
|
||||||
COPY supervisord.conf /etc/supervisor/supervisord.conf
|
COPY supervisord.conf /etc/supervisor/supervisord.conf
|
||||||
|
|
||||||
|
ENV NEXTCLOUD_UPDATE=1
|
||||||
|
|
||||||
CMD ["/usr/bin/supervisord"]
|
CMD ["/usr/bin/supervisord"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue