diff --git a/nix-system-configs/modules/system/traefik.nix b/nix-system-configs/modules/system/traefik.nix index cee7fe5..baf895e 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -260,7 +260,7 @@ in { }; wavelog.loadBalancer = { servers = [ - {url = "http://10.1.1.249:8086";} + {url = "http://10.1.1.249:8087";} ]; };