Fix renew certificates issue with authenticated hosts.

This commit is contained in:
Mikaël Capelle
2025-05-27 12:38:26 +00:00
parent 87971f0ca6
commit d4676647cb
3 changed files with 4 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ services:
container_name: nginx_proxy
restart: always
ports:
# port 80 is needed for ACME challenge with certbot
- "80:80"
- "443:443"
volumes: