From bbd6d423c27277739e046d1c80775ee7cbf64c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=AArome=20Rx?= Date: Wed, 8 Mar 2017 16:56:09 +0100 Subject: [PATCH] my bad ! --- templates/eventstore/0/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/eventstore/0/docker-compose.yml b/templates/eventstore/0/docker-compose.yml index 2497b06..de7a57e 100644 --- a/templates/eventstore/0/docker-compose.yml +++ b/templates/eventstore/0/docker-compose.yml @@ -19,8 +19,8 @@ services: - EVENTSTORE_CLUSTER_DNS=eventstore - EVENTSTORE_CLUSTER_GOSSIP_PORT=${internal_http_port} - EVENTSTORE_EXT_HTTP_PREFIXES=http://*:${external_http_port}/ - - EVENTSTORE_EXT_INT_HTTP_PORT=${internal_http_port} - - EVENTSTORE_EXT_INT_TCP_PORT=${internal_tcp_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}