Skip to content

Commit

Permalink
Merge pull request #360 from sliverc/dbdata
Browse files Browse the repository at this point in the history
Use correct pg data volume mount point
  • Loading branch information
winged authored Dec 28, 2018
2 parents 87222e6 + 25b7fed commit 1cf63cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
ports:
- "5432:5432"
volumes:
- dbdata:/var/lib/postgresq
- dbdata:/var/lib/postgresql/data
environment:
- POSTGRES_USER=timed
- POSTGRES_PASSWORD=timed
Expand Down

0 comments on commit 1cf63cb

Please sign in to comment.