mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-23 23:32:05 +00:00
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:
@@ -15,7 +15,7 @@ services:
|
|||||||
- ./nginx-html:/usr/share/nginx/html:ro
|
- ./nginx-html:/usr/share/nginx/html:ro
|
||||||
networks: [proxy]
|
networks: [proxy]
|
||||||
labels:
|
labels:
|
||||||
- 'com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy=true'
|
- 'com.github.nginx-proxy.nginx=true'
|
||||||
container_name: nginx-proxy
|
container_name: nginx-proxy
|
||||||
|
|
||||||
acme-companion:
|
acme-companion:
|
||||||
|
|||||||
Reference in New Issue
Block a user