Skip to content

Commit

Permalink
fix: add postgres user
Browse files Browse the repository at this point in the history
  • Loading branch information
Exotica0122 committed May 4, 2024
1 parent 29348b6 commit e04d311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/template/extras/start-database/postgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit e04d311

Please sign in to comment.