From 1db4ecfafa3878ff66181b7bde0f8010dac6d1c7 Mon Sep 17 00:00:00 2001 From: YoursFunny Date: Thu, 6 Aug 2026 11:31:01 +0800 Subject: [PATCH] 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). --- docker-compose.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml.example b/docker-compose.yml.example index ca41426..496cbd3 100644 --- a/docker-compose.yml.example +++ b/docker-compose.yml.example @@ -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: