We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08e5e9 commit d6a95f6Copy full SHA for d6a95f6
bin/docker-start
@@ -2,7 +2,7 @@
2
#!/bin/sh
3
set -e
4
5
-# db_host=${DATABASE_HOST:-database.service.docker.internal}
+# db_host=${DATABASE_HOST:-database.service.ost.internal}
6
# while ! nc -z $db_host ${DATABASE_PORT:-5432}; do
7
# echo "Waiting for database to be available..."
8
# sleep 1
0 commit comments