mirror of
https://github.com/LukeHagar/documentation-coolify.git
synced 2025-12-08 12:27:48 +00:00
fix: remove duplicate port in load balancing configuration
This commit is contained in:
@@ -144,7 +144,7 @@ http:
|
|||||||
# UUID is when you mapped a port to the host system
|
# 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
|
# host.docker.internal is when you are not exposed any port to the host system
|
||||||
- url: 'http://<UUID_OR_HOST.DOCKER.INTERNAL>:<PORT>'
|
- url: 'http://<UUID_OR_HOST.DOCKER.INTERNAL>:<PORT>'
|
||||||
- url: 'http://<UUID_OR_HOST.DOCKER.INTERNAL>:<PORT>:<PORT>'
|
- url: 'http://<UUID_OR_HOST.DOCKER.INTERNAL>:<PORT>'
|
||||||
# Add any number of containers you want to loadbalance between
|
# Add any number of containers you want to loadbalance between
|
||||||
noop:
|
noop:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
|
|||||||
Reference in New Issue
Block a user