added www domain cert

This commit is contained in:
2025-11-21 12:14:45 +00:00
parent 883504b49c
commit f4ab7493f0

View File

@@ -31,7 +31,7 @@ services:
volumes:
- ./certbot/conf:/etc/letsencrypt
- ./certbot/www:/var/www/certbot
command: certonly --webroot -w /var/www/certbot --email ${EMAIL} -d ${DOMAIN} --agree-tos --non-interactive
command: certonly --webroot -w /var/www/certbot --email ${EMAIL} -d ${DOMAIN} -d ${DOMAIN_WWW} --agree-tos --non-interactive
networks:
- app-network