Skip to content

Commit

Permalink
Update docker-compose.postgres.yml (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengxiX authored Mar 10, 2024
1 parent 2e83d80 commit 3358016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
database:
image: postgres:13
volumes:
- db:/var/lib/postgresql/data'
- db:/var/lib/postgresql/data
environment:
- POSTGRES_DB=koel
- POSTGRES_USER=koel
Expand Down

0 comments on commit 3358016

Please sign in to comment.