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