Skip to content

Commit

Permalink
Fix docker-compose DB volume path
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-budko committed Sep 15, 2023
1 parent fd6828e commit 446cff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
ports:
- "5432:5432"
volumes:
- ./postgres:/var/lib/postgresql/data
- ./postgres:/var/lib/postgresql/pgdata
redis:
image: redis:4.0
ports:
Expand Down

0 comments on commit 446cff2

Please sign in to comment.