From 099f331f61a957ccf6048d8488542187395c758c Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Fri, 18 May 2018 01:00:32 -0400 Subject: [PATCH] Changing config format --- traefik/defaults.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/traefik/defaults.yaml b/traefik/defaults.yaml index faf2dd7..1820e71 100644 --- a/traefik/defaults.yaml +++ b/traefik/defaults.yaml @@ -11,6 +11,6 @@ traefik: config: consul: - - endpoint: localhost:8500 - - watch: true - - prefix: traefik + endpoint: localhost:8500 + watch: true + prefix: traefik