[Traefik] Indicate default network in configuration

This commit is contained in:
Quentin Duchemin 2020-09-04 16:16:58 +02:00
parent 754331f612
commit ba14ba2df5

View File

@ -23,6 +23,7 @@
watch = true watch = true
endpoint = "unix:///var/run/docker.sock" endpoint = "unix:///var/run/docker.sock"
exposedByDefault = false exposedByDefault = false
network = "proxy"
[providers.file] [providers.file]
filename = "/traefik_dynamic.toml" filename = "/traefik_dynamic.toml"
watch = true watch = true