diff --git a/docker-compose/proxy/compose.yaml b/docker-compose/proxy/compose.yaml index 6862a77811..5bcf73b620 100644 --- a/docker-compose/proxy/compose.yaml +++ b/docker-compose/proxy/compose.yaml @@ -2,7 +2,7 @@ services: nest-certbot: container_name: nest-certbot entrypoint: /bin/sh -c 'trap exit TERM; while :; do certbot renew --webroot -w /var/www/certbot --quiet; sleep 12h & wait $${!}; done;' - image: certbot/certbot:v5.3.0 + image: certbot/certbot:v5.3.1 restart: unless-stopped volumes: - ./blocked_ips.conf:/etc/nginx/blocked_ips.conf