diff --git a/cli/template/extras/start-database/postgres.sh b/cli/template/extras/start-database/postgres.sh index 8e3833ae38..cbca237a66 100755 --- a/cli/template/extras/start-database/postgres.sh +++ b/cli/template/extras/start-database/postgres.sh @@ -47,6 +47,7 @@ fi docker run -d \ --name $DB_CONTAINER_NAME \ + -e POSTGRES_USER="postgres" \ -e POSTGRES_PASSWORD="$DB_PASSWORD" \ -e POSTGRES_DB=project1 \ -p 5432:5432 \