Skip to content

Commit fb88769

Browse files
committed
mount directory instead of docker volume
1 parent e790f92 commit fb88769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/start_db.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ docker run -d \
8080

8181
wait_server() {
8282
# shellcheck disable=SC2091
83-
# --output /dev/null
84-
until $(curl --insecure --fail --silent --head -i -H "$AUTHORIZATION_HEADER" "$SCHEME://$1/_api/version"); do
83+
# --output /dev/null --silent --head
84+
until $(curl --insecure --fail -i -H "$AUTHORIZATION_HEADER" "$SCHEME://$1/_api/version"); do
8585
printf '.'
8686
sleep 1
8787
done

0 commit comments

Comments
 (0)