From 826429a15fab23cd5a56183944f5bd54e60cd1ca Mon Sep 17 00:00:00 2001 From: vhaudiquet Date: Tue, 16 Sep 2025 21:36:44 +0200 Subject: [PATCH] Update traefik config file path --- docker/infrastructure/network/traefik/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/infrastructure/network/traefik/docker-compose.yml b/docker/infrastructure/network/traefik/docker-compose.yml index aa42d89..0aaadf0 100644 --- a/docker/infrastructure/network/traefik/docker-compose.yml +++ b/docker/infrastructure/network/traefik/docker-compose.yml @@ -12,7 +12,7 @@ services: volumes: - /var/run/docker.sock:/var/run/docker.sock - type: bind - source: /root/traefik.yml + source: /root/homeprod/docker/infrastructure/network/traefik/traefik.yml target: /etc/traefik/traefik.yml labels: - "traefik.enable=true"