fix certbot env vars

This commit is contained in:
2026-02-16 15:07:44 +00:00
parent 46a9da4c90
commit d849b606ec

View File

@@ -34,6 +34,8 @@ services:
- ./certbot/conf:/etc/letsencrypt - ./certbot/conf:/etc/letsencrypt
- ./certbot/www:/var/www/certbot - ./certbot/www:/var/www/certbot
entrypoint: ["/entrypoint.sh"] entrypoint: ["/entrypoint.sh"]
env_file:
- .env
networks: networks:
- app-network - app-network