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:
|
||||
consul:
|
||||
endpoint: localhost:8500
|
||||
watch: True
|
||||
endpoint: "localhost:8500"
|
||||
watch: true
|
||||
prefix: traefik
|
||||
|
|
Loading…
Reference in a new issue