Skip to content

Commit

Permalink
ignore port
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Jul 31, 2023
1 parent 2bb6e0a commit ddb09f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-mongodb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ wait_for_mongodb () {
sleep 1
TIMER=0

until docker exec --tty mongodb $MONGO_CLIENT --port $MONGODB_PORT --eval "db.serverStatus()" # &> /dev/null
until docker exec --tty mongodb $MONGO_CLIENT --eval "db.serverStatus()" # &> /dev/null
do
echo "."
TIMER=$((TIMER + 1))
Expand Down

0 comments on commit ddb09f8

Please sign in to comment.