diff --git a/docker-compose.yml b/docker-compose.yml index ba9b2a09..211d0c55 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: diff --git a/env-example b/env-example index bddf0d86..42545d47 100644 --- a/env-example +++ b/env-example @@ -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)