From 9a33a9612f3b9b36aa53e90ca16e1032f54f3749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=AArome=20Rx?= Date: Mon, 27 Feb 2017 15:31:30 +0100 Subject: [PATCH] messed with variable names --- templates/eventstore/0/docker-compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/eventstore/0/docker-compose.yml b/templates/eventstore/0/docker-compose.yml index eca06e1..0c8256d 100644 --- a/templates/eventstore/0/docker-compose.yml +++ b/templates/eventstore/0/docker-compose.yml @@ -15,13 +15,13 @@ services: - EVENTSTORE_CLUSTER_SIZE=3 - EVENTSTORE_CLUSTER_DNS=eventstore - EVENTSTORE_CLUSTER_GOSSIP_PORT=2112 - - EVENTSTORE_EXT_HTTP_PREFIXES=http://*:${load_balancer_external_http_port}/ - - EVENTSTORE_EXT_HTTP_PORT=${load_balancer_external_http_port} - - EVENTSTORE_EXT_TCP_PORT=${load_balancer_external_tcp_port} + - EVENTSTORE_EXT_HTTP_PREFIXES=http://*:${external_http_port}/ + - EVENTSTORE_EXT_HTTP_PORT=${external_http_port} + - EVENTSTORE_EXT_TCP_PORT=${external_tcp_port} ports: - - ${load_balancer_external_http_port}:${load_balancer_external_http_port}/tcp - - ${load_balancer_external_tcp_port}:${load_balancer_external_tcp_port}/tcp + - ${external_http_port}:${external_http_port}/tcp + - ${external_tcp_port}:${external_tcp_port}/tcp #more /etc/eventstore/eventstore.conf