Skip to content

Commit

Permalink
refactor: changed password of local docker postgres to default
Browse files Browse the repository at this point in the history
  • Loading branch information
Pofay committed Mar 24, 2023
1 parent 95c45d8 commit e021114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
volumes:
- postgres-data:/var/lib/postgresql/data
environment:
POSTGRES_PASSWORD: secret
POSTGRES_PASSWORD: postgres
POSTGRES_USER: postgres
POSTGRES_DB: reactivities

Expand Down

0 comments on commit e021114

Please sign in to comment.