From 7ea5b574389bfe10e6025943def6f6db5704907d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=AArome=20Rx?= Date: Wed, 8 Mar 2017 17:05:03 +0100 Subject: [PATCH] CL INT_HTTP_PREFIXES & EXT_HTTP_PREFIXES --- templates/eventstore/0/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/eventstore/0/docker-compose.yml b/templates/eventstore/0/docker-compose.yml index de7a57e..d5e6cea 100644 --- a/templates/eventstore/0/docker-compose.yml +++ b/templates/eventstore/0/docker-compose.yml @@ -23,6 +23,8 @@ services: - 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