diff --git a/scripts/init_db.sh b/scripts/init_db.sh index c32c8f4..eb9bf07 100755 --- a/scripts/init_db.sh +++ b/scripts/init_db.sh @@ -29,7 +29,7 @@ then -e POSTGRES_PASSWORD=${DB_PASSWORD} \ -e POSTGRES_DB=${DB_NAME} \ -p "${DB_PORT}":5432 \ - -d postgres \ + -d \ --name "postgres_$(date '+%s')" \ postgres -N 1000 # ^ Increased maximum number of connections for testing purposes