Pin Traefik to /traefik.yml config file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user