Skip to content

Commit

Permalink
#203 Do not restart LetsEncrypt (in order to avoid endless retries an…
Browse files Browse the repository at this point in the history
…d breaking attempt limits)
  • Loading branch information
veuncent committed Sep 17, 2019
1 parent 3416381 commit 6f9d068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ services:

letsencrypt:
image: vmeijer/letsencrypt-client:1.2.0.1
restart: always
restart: no
volumes:
- letsencrypt-acme-challenge:/var/www
- letsencrypt:/etc/letsencrypt
Expand Down

0 comments on commit 6f9d068

Please sign in to comment.