feat(Traefik): Add DNS option for Traefik lb
This commit is contained in:
parent
84927499f6
commit
cb889283cd
|
@ -11,6 +11,8 @@ services:
|
|||
published: 443
|
||||
protocol: tcp
|
||||
mode: host
|
||||
dns:
|
||||
- ${TRAEFIK_DNS}
|
||||
command:
|
||||
- --providers.file.filename=/traefik/dynamic_conf.toml
|
||||
|
||||
|
|
Loading…
Reference in New Issue