We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c6d0c commit a0a56f2Copy full SHA for a0a56f2
scripts/init_db.sh
@@ -23,7 +23,7 @@ DB_PORT="${POSTGRES_PORT:=5432}"
23
DB_HOST="${POSTGRES_HOST:=localhost}"
24
25
# Launch Postgres using Docker
26
-# Allow to skip Docker if a dockerized Postgres database is already running
+# Allow skipping Docker if a dockerized Postgres database is already running
27
if [[ -z "${SKIP_DOCKER}" ]]
28
then
29
docker run \
0 commit comments