[Traefik] Indicate default network in configuration
This commit is contained in:
parent
754331f612
commit
ba14ba2df5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user