Skip to content

Commit

Permalink
fix: set traefik restart policy to 'unless-stopped' (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
rti authored Jan 6, 2025
1 parent e97290e commit 3d64bae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ services:
- "--certificatesresolvers.letsencrypt.acme.storage=/letsencrypt/acme.json"
# Uncomment this line to only test ssl generation first, makes sure you don't run into letsencrypt rate limits
# - "--certificatesresolvers.letsencrypt.acme.caserver=https://acme-staging-v02.api.letsencrypt.org/directory"
restart: unless-stopped
ports:
- 80:80
- 443:443
Expand Down

0 comments on commit 3d64bae

Please sign in to comment.