consider docker ip be 127.0.0.1 by default (#4707)

This commit is contained in:
Himanshu 2017-08-22 14:25:46 -05:00 committed by Nishant Bangarwa
parent cacf63b007
commit 92bcfdc200
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ SUPERVISORDIR=/usr/lib/druid/conf
RESOURCEDIR=$DIR/src/test/resources
# so docker IP addr will be known during docker build
echo $DOCKER_IP > $DOCKERDIR/docker_ip
echo ${DOCKER_IP:=127.0.0.1} > $DOCKERDIR/docker_ip
# Make directories if they dont exist
mkdir -p $SHARED_DIR/logs