From e6715686acc7c43ac69cf4c29ff029cf73c746d6 Mon Sep 17 00:00:00 2001 From: Czechman Date: Mon, 25 Apr 2022 17:58:39 +0200 Subject: [PATCH] Usebindportip entfernt - Issue 3943 --- config/traefik.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/traefik.toml b/config/traefik.toml index 5cb0d62..93732fe 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -85,7 +85,9 @@ endpoint = "unix:///var/run/docker.sock" domain = "czechman.dynvpn.de" watch = true exposedByDefault = false -usebindportip = true +#https://github.com/traefik/traefik/issues/3943#issuecomment-425255489 +#Fehler laut log: msg="cannot determine the IP address (got 0.0.0.0) for the..." +#usebindportip = true network = "traefik"