diff --git a/scripts/init_db.sh b/scripts/init_db.sh index 1975af4..335fec6 100755 --- a/scripts/init_db.sh +++ b/scripts/init_db.sh @@ -33,8 +33,8 @@ then -e POSTGRES_PASSWORD=${DB_PASSWORD} \ -e POSTGRES_DB=${DB_NAME} \ -p "${DP_PORT}":5432 \ - -d postgres \ - postgres -N 1000 + -d --name "postgres_$(date '+%s')" \ + postgres:15 -N 1000 # ^ Increased maximum number of connections for testing purposes fi