Skip to content

Commit

Permalink
fix: update docker db env
Browse files Browse the repository at this point in the history
  • Loading branch information
samaratungajs committed Mar 5, 2024
1 parent 3b661a2 commit c6492bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ services:
db:
image: postgres:latest
environment:
- POSTGRES_USER=admin
- POSTGRES_PASSWORD=admin
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
- POSTGRES_DB=wavezync
ports:
- '5432:5432'
Expand Down

0 comments on commit c6492bd

Please sign in to comment.