Skip to content

Commit

Permalink
added watch parameter to docker provider
Browse files Browse the repository at this point in the history
  • Loading branch information
joshrnoll committed Nov 18, 2024
1 parent f0d1191 commit 84da4c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions containers/traefik/traefik.j2
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,15 @@ serversTransport:
providers:
providersThrottleDuration: 2s
docker:
watch: true
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false
redis:
endpoints:
# assumes a redis link with this service name running on the same
# docker host as traefik
- "{{ traefik_redis_hostname }}:6379"
file:
directory: /config-files
watch: true
directory: /config-files

certificatesResolvers:
cloudflare:
Expand Down

0 comments on commit 84da4c2

Please sign in to comment.