Skip to content

Commit

Permalink
fix: added command to create the log file requried from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm2k3 committed Dec 13, 2024
1 parent 639d3ea commit 87204c7
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 @@ -56,6 +56,7 @@ services:
- /bin/sh
- -c
- |
touch /var/log/letsencrypt/renewal.log
echo "0 */12 * * * certbot renew --webroot -w /var/www/certbot --quiet --post-hook 'docker exec -i nginx nginx -s reload' >> /var/log/letsencrypt/renewal.log 2>&1" |
crontab - && crond -f
volumes:
Expand Down

0 comments on commit 87204c7

Please sign in to comment.