Skip to content

Commit 63e70fe

Browse files
authored
Update README.md
POSTGRES_DB description was wrong
1 parent 657c3de commit 63e70fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If want change this params in `docker-compose.yaml`
2828
| ------ | ------ |
2929
| POSTGRES_USER | The Postgres user to connect **postgres** |
3030
| POSTGRES_PASSWORD | The Postgres password to connect **postgres** |
31-
| POSTGRES_DB | The Postgres password to connect **postgres** |
31+
| POSTGRES_DB | The Postgres database name to connect **postgres** |
3232
| port | The port mapped by Postgres is **5432** in your container. In this example, use the port **5438** on the host machine |
3333

3434
## Run

0 commit comments

Comments
 (0)