Skip to content

Commit

Permalink
updated password
Browse files Browse the repository at this point in the history
  • Loading branch information
iameraj committed Dec 17, 2023
1 parent a2ceeb4 commit 46e4c20
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 @@ -19,7 +19,7 @@ services:
- DB_HOST=db
- DB_NAME=devdb
- DB_USER=devuser
- DB_PASS=jaba jaba
- DB_PASS=jabajaba
depends_on:
- db

Expand All @@ -30,7 +30,7 @@ services:
environment:
- POSTGRES_DB=devdb
- POSTGRES_USER=devuser
- POSTGRES_PASSWORD=jaba jaba
- POSTGRES_PASSWORD=jabajaba

volumes:
dev-db-data:

0 comments on commit 46e4c20

Please sign in to comment.