Skip to content

Commit 236665d

Browse files
committed
Change haproxy port to 8085
1 parent c340d85 commit 236665d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ services:
493493
balancer:
494494
build: ./haproxy
495495
ports:
496-
- "${HAPROXY_HOST_HTTP_PORT}:80"
496+
- "${HAPROXY_HOST_HTTP_PORT}:8085"
497497
volumes:
498498
- /var/run/docker.sock:/var/run/docker.sock
499499
links:

env-example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ VARNISH_PROXY2_BACKEND_HOST=server2
139139
VARNISH_PROXY2_SERVER=SERVER2
140140

141141
### HAPROXY Container
142-
HAPROXY_HOST_HTTP_PORT=80
142+
HAPROXY_HOST_HTTP_PORT=8085
143143

144144
### MISC
145145
# Replace with your Docker Host IP (will be appended to /etc/hosts)

0 commit comments

Comments
 (0)