Change haproxy port to 8085
This commit is contained in:
parent
c340d851d3
commit
236665d7d3
@ -493,7 +493,7 @@ services:
|
||||
balancer:
|
||||
build: ./haproxy
|
||||
ports:
|
||||
- "${HAPROXY_HOST_HTTP_PORT}:80"
|
||||
- "${HAPROXY_HOST_HTTP_PORT}:8085"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
links:
|
||||
|
@ -139,7 +139,7 @@ VARNISH_PROXY2_BACKEND_HOST=server2
|
||||
VARNISH_PROXY2_SERVER=SERVER2
|
||||
|
||||
### HAPROXY Container
|
||||
HAPROXY_HOST_HTTP_PORT=80
|
||||
HAPROXY_HOST_HTTP_PORT=8085
|
||||
|
||||
### MISC
|
||||
# Replace with your Docker Host IP (will be appended to /etc/hosts)
|
||||
|
Loading…
Reference in New Issue
Block a user