Skip to content

Commit d6a95f6

Browse files
committed
fix docker-start
1 parent c08e5e9 commit d6a95f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/docker-start

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#!/bin/sh
33
set -e
44

5-
# db_host=${DATABASE_HOST:-database.service.docker.internal}
5+
# db_host=${DATABASE_HOST:-database.service.ost.internal}
66
# while ! nc -z $db_host ${DATABASE_PORT:-5432}; do
77
# echo "Waiting for database to be available..."
88
# sleep 1

0 commit comments

Comments
 (0)