Skip to content

Commit

Permalink
fix: Authentication failed for user "postgres" when using start-datab…
Browse files Browse the repository at this point in the history
…ase.sh (#1868)
  • Loading branch information
Exotica0122 committed May 7, 2024
1 parent f29a69f commit d56de03
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 d56de03

Please sign in to comment.