Change haproxy port to 8085

This commit is contained in:
ZeroC0D3 Team 2017-03-26 08:13:14 +07:00
parent c340d851d3
commit 236665d7d3
2 changed files with 2 additions and 2 deletions

View File

@ -493,7 +493,7 @@ services:
balancer: balancer:
build: ./haproxy build: ./haproxy
ports: ports:
- "${HAPROXY_HOST_HTTP_PORT}:80" - "${HAPROXY_HOST_HTTP_PORT}:8085"
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
links: links:

View File

@ -139,7 +139,7 @@ VARNISH_PROXY2_BACKEND_HOST=server2
VARNISH_PROXY2_SERVER=SERVER2 VARNISH_PROXY2_SERVER=SERVER2
### HAPROXY Container ### HAPROXY Container
HAPROXY_HOST_HTTP_PORT=80 HAPROXY_HOST_HTTP_PORT=8085
### MISC ### MISC
# Replace with your Docker Host IP (will be appended to /etc/hosts) # Replace with your Docker Host IP (will be appended to /etc/hosts)