chore: use modern nginx-proxy label for acme-companion

acme-companion prefers com.github.nginx-proxy.nginx over the legacy
jrcs.letsencrypt_nginx_proxy_companion namespace (functions.sh checks
the new label first, falls back to the old one).
This commit is contained in:
2026-08-06 11:31:01 +08:00
parent 47039bbe2d
commit 1db4ecfafa
+1 -1
View File
@@ -15,7 +15,7 @@ services:
- ./nginx-html:/usr/share/nginx/html:ro
networks: [proxy]
labels:
- 'com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy=true'
- 'com.github.nginx-proxy.nginx=true'
container_name: nginx-proxy
acme-companion: