Skip to content

Commit bd5549a

Browse files
committed
Fix run-it.sh
Signed-off-by: Federico Claramonte <[email protected]>
1 parent f6045cb commit bd5549a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-it.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ run_service () {
4242
return
4343
fi
4444

45-
while [ -z "$(docker-compose exec $1 netstat -ntl | grep $2)" ]
45+
while [ -z "$(docker-compose -f $COMPOSE_FILE exec $1 netstat -ntl | grep $2)" ]
4646
do
4747
sleep 1
4848
done

0 commit comments

Comments
 (0)