mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-11 00:07:59 +00:00
Merge 8319086508 into 3b3eea7ef0
This commit is contained in:
commit
c535b9bced
3 changed files with 5 additions and 2 deletions
|
|
@ -88,4 +88,5 @@ CMD ["/usr/bin/supervisord", "-c", "/supervisord.conf"]
|
|||
|
||||
HEALTHCHECK CMD /healthcheck.sh
|
||||
LABEL com.centurylinklabs.watchtower.enable="false" \
|
||||
org.label-schema.vendor="Nextcloud"
|
||||
org.label-schema.vendor="Nextcloud" \
|
||||
$APACHE_LABEL
|
||||
|
|
|
|||
|
|
@ -18,4 +18,5 @@ ENTRYPOINT ["/start.sh"]
|
|||
|
||||
HEALTHCHECK CMD nc -z 127.0.0.1 $APACHE_PORT || exit 1
|
||||
LABEL com.centurylinklabs.watchtower.enable="false" \
|
||||
org.label-schema.vendor="Nextcloud"
|
||||
org.label-schema.vendor="Nextcloud" \
|
||||
$APACHE_LABEL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue