Skip to content

Commit

Permalink
certbot depends on nginx added
Browse files Browse the repository at this point in the history
  • Loading branch information
budescode committed Feb 5, 2024
1 parent 153fb4b commit ab3efe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ services:
- certbot:/var/www/certbot
depends_on:
- web
- nginx
env_file:
- .env
command: certonly --webroot -w /var/www/certbot --force-renewal --email $CERTBOT_EMAIL -d $CERTBOT_DOMAIN --agree-tos
Expand Down

0 comments on commit ab3efe3

Please sign in to comment.