From ea35536e5de2328eadbfec39a28f8bcde46410e1 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 25 Apr 2020 12:41:51 +0200 Subject: [PATCH] Drop domain and replace with defaultRule --- traefik.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traefik.yml b/traefik.yml index a367b88..4b43959 100644 --- a/traefik.yml +++ b/traefik.yml @@ -10,7 +10,7 @@ providers: exposedByDefault: false network: "proxy" swarmMode: true - domain: "traefik.swarm.autonomic.zone" + defaultRule: "Host(`{{ trimPrefix `/` .Name }}.swarm.autonomic.zone`)" api: dashboard: true