fix: Add label for acme discovery to nginx-proxy

This commit is contained in:
RocketQuack 2026-02-18 17:31:35 +01:00
parent 7325c316b8
commit 38d96e1d95

View file

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