removed need for DOMAIN_WWW and use www. instead
This commit is contained in:
@@ -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} -d ${DOMAIN_WWW} --agree-tos --non-interactive
|
||||
command: certonly --webroot -w /var/www/certbot --email ${EMAIL} -d ${DOMAIN} -d www.${DOMAIN} --agree-tos --non-interactive
|
||||
networks:
|
||||
- app-network
|
||||
|
||||
|
||||
Reference in New Issue
Block a user