We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8ee01 commit e0165aeCopy full SHA for e0165ae
realtor-service/src/main/docker/wrapper.sh
@@ -8,8 +8,8 @@ if [ "$WATE" == "true" ]; then
8
sleep 1
9
done
10
11
- echo "Trying to connect to config-server"
12
- until $(curl --output /dev/null --silent --head --fail http://config-server:8888/info); do
+ echo "Trying to connect to storage-service"
+ until $(curl --output /dev/null --silent --head --fail http://storage-service:8091/info); do
13
echo '.'
14
15
0 commit comments