From d3a4103779bba04528bcd4293e313b15a58b1d82 Mon Sep 17 00:00:00 2001 From: Ryan Dawson Date: Mon, 9 Oct 2017 16:59:13 +0100 Subject: [PATCH] clarify use for docker --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ee58098..6d74e06 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Let's say we run the config server using name activiti-cloud-config-server on po spring.cloud.config.uri=http://activiti-cloud-config-server:8888 +Or if our app is connecting to the docker container from outside docker then we would use localhost instead of activiti-cloud-config-server + And in each of the clients its own application name will also feature in its bootstrap.properties: spring.application.name=${ACT_RB_APP_NAME:runtime-bundle1} -- 2.26.0