edit compose file #12

Merged
Ghost merged 1 commits from dev into main 2025-02-08 01:15:33 +00:00

View File

@ -40,6 +40,8 @@ services:
- ./certbot/conf:/etc/letsencrypt
- ./certbot/www:/var/www/certbot
command: certonly --webroot -w /var/www/certbot --keep-until-expiring --email ${SSL_CERT_EMAIL} -d ${HOST} --agree-tos
depends_on:
- nginx
main:
build:
context: ./docker