Quoting endpoint to allow passing through to template
This commit is contained in:
parent
c790405a5f
commit
0847b7f4ea
1 changed files with 2 additions and 2 deletions
|
@ -11,6 +11,6 @@ traefik:
|
||||||
|
|
||||||
config:
|
config:
|
||||||
consul:
|
consul:
|
||||||
endpoint: localhost:8500
|
endpoint: "localhost:8500"
|
||||||
watch: True
|
watch: true
|
||||||
prefix: traefik
|
prefix: traefik
|
||||||
|
|
Loading…
Reference in a new issue