We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c340d85 commit 236665dCopy full SHA for 236665d
2 files changed
docker-compose.yml
@@ -493,7 +493,7 @@ services:
493
balancer:
494
build: ./haproxy
495
ports:
496
- - "${HAPROXY_HOST_HTTP_PORT}:80"
+ - "${HAPROXY_HOST_HTTP_PORT}:8085"
497
volumes:
498
- /var/run/docker.sock:/var/run/docker.sock
499
links:
env-example
@@ -139,7 +139,7 @@ VARNISH_PROXY2_BACKEND_HOST=server2
139
VARNISH_PROXY2_SERVER=SERVER2
140
141
### HAPROXY Container
142
-HAPROXY_HOST_HTTP_PORT=80
+HAPROXY_HOST_HTTP_PORT=8085
143
144
### MISC
145
# Replace with your Docker Host IP (will be appended to /etc/hosts)
0 commit comments