From 5cc3c5527de7e1bd23a23f31f898ddb759e4252a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=AArome=20Rx?= Date: Fri, 24 Feb 2017 16:01:24 +0100 Subject: [PATCH] bound ? --- templates/eventstore/0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/eventstore/0/docker-compose.yml b/templates/eventstore/0/docker-compose.yml index 846ba83..4aa3d1c 100644 --- a/templates/eventstore/0/docker-compose.yml +++ b/templates/eventstore/0/docker-compose.yml @@ -8,7 +8,7 @@ services: - EVENTSTORE_CLUSTER_SIZE=3 - EVENTSTORE_CLUSTER_DNS=eventstore - EVENTSTORE_CLUSTER_GOSSIP_PORT=2112 - - EVENTSTORE_EXT_HTTP_PREFIXES=${load_balancer_external_http_port} + - EVENTSTORE_EXT_HTTP_PREFIXES=http://*:${load_balancer_external_http_port}/ eventstore-lb: image: rancher/lb-service-haproxy:v0.5.9