Merge pull request #1816 from Rocket-Quack/fix/acme-companion-container-id

fix: Add acme-companion nginx discovery label to nginx-proxy
This commit is contained in:
Daniel Radl 2026-02-19 13:37:08 +01:00 committed by GitHub
commit f0a511879e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,8 @@ services:
LETSENCRYPT_HOST: ${NGINX_PROXY_HOSTS:?No NGINX_PROXY_HOSTS set}
nginx-proxy:
labels:
com.github.nginx-proxy.nginx: "true"
ports:
- ${HTTP_PUBLISH_PORT:-80}:80
- ${HTTPS_PUBLISH_PORT:-443}:443