From 864e3d82f0c9984a12d32153116efb4f1e565f96 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Thu, 6 Feb 2025 14:58:10 -0800 Subject: [PATCH] Fix: Disable watch option for traefik dynamic config files. --- homelab/stacks/traefik/traefik.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/homelab/stacks/traefik/traefik.yaml b/homelab/stacks/traefik/traefik.yaml index 1c689b50..83c520f2 100644 --- a/homelab/stacks/traefik/traefik.yaml +++ b/homelab/stacks/traefik/traefik.yaml @@ -39,3 +39,4 @@ providers: network: web file: directory: /config + watch: false