From 4408d274bd8899773554c9982473c9f4a6a01515 Mon Sep 17 00:00:00 2001 From: willemserruys Date: Wed, 19 Oct 2022 22:25:08 +0200 Subject: [PATCH] updated traefik --- traefik/traefik.1.7.10.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/traefik/traefik.1.7.10.toml b/traefik/traefik.1.7.10.toml index eb4ffa2..da8e9d0 100644 --- a/traefik/traefik.1.7.10.toml +++ b/traefik/traefik.1.7.10.toml @@ -16,10 +16,10 @@ defaultEntryPoints = ["http"] url = "http://localhost:2001" [backends.homeassistant] [backends.homeassistant.servers.server1] - url = "http://10.155.223.3:8123/" + url = "http://10.155.223.4:8123/" [backends.syncthing] [backends.syncthing.servers.server1] - url = "http://10.155.223.3:8384/" + url = "http://10.155.223.4:8384/" [frontends] [frontends.whoami] @@ -32,4 +32,5 @@ defaultEntryPoints = ["http"] [frontends.syncthing] entryPoints = ["syncthing"] - backend = "syncthing" \ No newline at end of file + backend = "syncthing" +