We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3d7cf3 commit 3d6f738Copy full SHA for 3d6f738
1 file changed
.devcontainer/docker-compose.yml
@@ -25,8 +25,8 @@ services:
25
- postgres-data:/var/lib/postgresql/data
26
environment:
27
POSTGRES_PASSWORD: postgres
28
- POSTGRES_USER: postgres
29
- POSTGRES_DB: postgres
+ POSTGRES_USER: root
+ POSTGRES_DB: todo_app
30
31
# Add "forwardPorts": ["5432"] to **devcontainer.json** to forward PostgreSQL locally.
32
# (Adding the "ports" property to this file will not forward from a Codespace.)
0 commit comments