From 4ce04402e46998cc98a840eea9f2a0dee96f7722 Mon Sep 17 00:00:00 2001 From: Gbanyan Date: Mon, 16 Feb 2026 16:37:31 +0800 Subject: [PATCH] Pin Traefik to /traefik.yml config file --- docker-compose.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index 7225e82..8b1162b 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,6 +2,9 @@ services: traefik: image: traefik:latest container_name: traefik + command: + - traefik + - --configFile=/traefik.yml network_mode: host # ports: # - 10.0.0.225:80:80