POSTGRES_NAME should be POSTGRES_DB

POSTGRES_NAME should be POSTGRES_DB for the db service
This commit is contained in:
Irfan Alam 2022-03-15 13:06:53 +05:30 committed by GitHub
parent 221230797e
commit 38620ab589
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ and a `docker-compose.yml` file. (You can use either a `.yml` or `.yaml` extensi
volumes:
- ./data/db:/var/lib/postgresql/data
environment:
- POSTGRES_NAME=postgres
- POSTGRES_DB=postgres
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
web: