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: traefik:
image: traefik:latest image: traefik:latest
container_name: traefik container_name: traefik
command:
- traefik
- --configFile=/traefik.yml
network_mode: host network_mode: host
# ports: # ports:
# - 10.0.0.225:80:80 # - 10.0.0.225:80:80