Skip to content

Commit

Permalink
Add the right location for the data
Browse files Browse the repository at this point in the history
  • Loading branch information
dalonsoa committed Feb 23, 2024
1 parent 6fde982 commit 2f306c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
db:
image: timescale/timescaledb-ha:pg14-latest
volumes:
- ./data/db:/var/lib/postgresql/data
- "db:/home/postgres/pgdata/data"
environment:
- POSTGRES_DB=postgres
- POSTGRES_USER=postgres
Expand Down

0 comments on commit 2f306c2

Please sign in to comment.