diff --git a/README.md b/README.md index ee58098ab8d3da216ff4723e3c0cc189534f83aa..6d74e069c4138cc9cac472ed76c7bfcfd1656455 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}