Pin Traefik to /traefik.yml config file

This commit is contained in:
2026-02-16 16:37:31 +08:00
parent dc2c7f46ae
commit 4ce04402e4

View File

@@ -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