Skip to content

Commit

Permalink
Upgrade Certbot version to v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartsanchez committed Sep 21, 2024
1 parent 69e2d51 commit 2005604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
- /data/logs/celery/:/var/log/celery/

certbot:
image: certbot/certbot:v2.8.0
image: certbot/certbot:v2.11.0
entrypoint: "/bin/sh -c 'trap exit TERM; while :; do certbot renew --webroot-path=/var/www/certbot; sleep 12h & wait $${!}; done;'"
volumes:
- /data/certbot/conf:/etc/letsencrypt
Expand Down

0 comments on commit 2005604

Please sign in to comment.