Skip to content

Commit

Permalink
Fix base.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johnshaughnessy committed Nov 2, 2023
1 parent c420afb commit 35e717a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
image: postgres
environment:
- POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
- POSTGRES_DB=trackdb
- POSTGRES_DB: trackdb
ports:
- "5432:5432"
volumes:
Expand Down

0 comments on commit 35e717a

Please sign in to comment.