From a998249b91317c737901018a0a6f020de39e2ea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=AArome=20Rx?= Date: Wed, 8 Mar 2017 17:06:26 +0100 Subject: [PATCH] my bad ! --- templates/eventstore/0/docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/eventstore/0/docker-compose.yml b/templates/eventstore/0/docker-compose.yml index d5e6cea..22c15f9 100644 --- a/templates/eventstore/0/docker-compose.yml +++ b/templates/eventstore/0/docker-compose.yml @@ -18,13 +18,12 @@ services: - EVENTSTORE_CLUSTER_SIZE=3 - EVENTSTORE_CLUSTER_DNS=eventstore - EVENTSTORE_CLUSTER_GOSSIP_PORT=${internal_http_port} + - EVENTSTORE_INT_HTTP_PREFIXES=http://*:${internal_http_port}/ - EVENTSTORE_EXT_HTTP_PREFIXES=http://*:${external_http_port}/ - EVENTSTORE_INT_HTTP_PORT=${internal_http_port} - EVENTSTORE_INT_TCP_PORT=${internal_tcp_port} - EVENTSTORE_EXT_HTTP_PORT=${external_http_port} - EVENTSTORE_EXT_TCP_PORT=${external_tcp_port} - - EVENTSTORE_INT_HTTP_PREFIXES=http://*:${internal_http_port}/ - - EVENTSTORE_EXT_HTTP_PREFIXES=http://*:${external_http_port}/ ports: - ${external_http_port}:${external_http_port}/tcp