From db7544fa3e11f9514977d94deb74fa02acc78c4e Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 24 Sep 2024 10:35:53 +0200 Subject: [PATCH] fix: remove duplicate port in load balancing configuration --- src/content/docs/knowledge-base/traefik/load-balancing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/knowledge-base/traefik/load-balancing.mdx b/src/content/docs/knowledge-base/traefik/load-balancing.mdx index 18b50f9..1172cfb 100644 --- a/src/content/docs/knowledge-base/traefik/load-balancing.mdx +++ b/src/content/docs/knowledge-base/traefik/load-balancing.mdx @@ -144,7 +144,7 @@ http: # UUID is when you mapped a port to the host system # host.docker.internal is when you are not exposed any port to the host system - url: 'http://:' - - url: 'http://::' + - url: 'http://:' # Add any number of containers you want to loadbalance between noop: loadBalancer: