From 358c7b92c3c6eb9776caf64997091ca93adb4763 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Fri, 18 May 2018 00:52:34 -0400 Subject: [PATCH] Adjusting config format --- traefik/defaults.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/traefik/defaults.yaml b/traefik/defaults.yaml index 1820e71..faf2dd7 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