Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Fixes PostgreSQL Docker volume
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed Dec 6, 2019
1 parent 9a6cc00 commit 62fd565
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
env_file:
- .env
volumes:
- ./data:/var/lib/postgresql
- ./data:/var/lib/postgresql/data
ports:
- "5432:5432"

Expand All @@ -50,4 +50,3 @@ services:
ports:
- 5555:5555
command: ["flower", "--app", "web.core"]

0 comments on commit 62fd565

Please sign in to comment.