Skip to content

Commit 3d6f738

Browse files
Update docker-compose.yml for user and pass of postgreSQL
1 parent d3d7cf3 commit 3d6f738

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ services:
2525
- postgres-data:/var/lib/postgresql/data
2626
environment:
2727
POSTGRES_PASSWORD: postgres
28-
POSTGRES_USER: postgres
29-
POSTGRES_DB: postgres
28+
POSTGRES_USER: root
29+
POSTGRES_DB: todo_app
3030

3131
# Add "forwardPorts": ["5432"] to **devcontainer.json** to forward PostgreSQL locally.
3232
# (Adding the "ports" property to this file will not forward from a Codespace.)

0 commit comments

Comments
 (0)