Change haproxy port to 8085
This commit is contained in:
parent
c340d851d3
commit
236665d7d3
@ -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:
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user