From e47204a92ae7b2590988d81c536230a94a41e0e0 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Sat, 27 Jun 2020 15:17:21 +0200 Subject: [PATCH] fix network name --- traefik/traefik.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traefik/traefik.toml b/traefik/traefik.toml index d1e3341..0b9aad0 100644 --- a/traefik/traefik.toml +++ b/traefik/traefik.toml @@ -22,7 +22,7 @@ watch = true exposedByDefault = false swarmMode = false - network = "srv" + network = "1-docker_srv" [entryPoints] [entryPoints.web]