Skip to content

Commit

Permalink
Merge pull request #14 from aaronhmiller/patch_hub
Browse files Browse the repository at this point in the history
updating internals
  • Loading branch information
aaronhmiller authored Jan 8, 2024
2 parents 0ce128b + 719bfb2 commit 0b9f1e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ services:
ports:
- 5432:5432
environment:
- POSTGRES_USER=salt
- POSTGRES_USER=ox
- POSTGRES_DB=api
- POSTGRES_PASSWORD=salt
- POSTGRES_PASSWORD=ox
volumes:
- ./app/init.sql:/docker-entrypoint-initdb.d/init.sql

Expand Down

0 comments on commit 0b9f1e9

Please sign in to comment.