mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-07 06:18:00 +00:00
Feature #7351. Adding APACHE_LABEL to apply to support label-based reverse proxies.
This commit is contained in:
parent
20d49c10e1
commit
8319086508
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