Skip to content

Commit

Permalink
fix(docker): changed path for pg to clear db error
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwal6792 committed Jan 16, 2024
1 parent a0d6c25 commit 29ab3e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
ports:
- 5432:5432
volumes:
- .data/postgres:/var/lib/postgresql/data
- .data/postgres16:/var/lib/postgresql/data
environment:
POSTGRES_PASSWORD: postgres
healthcheck:
Expand Down Expand Up @@ -47,7 +47,7 @@ services:
graphql-engine:
image: onfinality/subql-query:latest
ports:
- 3000:3000
- 3000:5001
depends_on:
"postgres":
condition: service_healthy
Expand Down

0 comments on commit 29ab3e6

Please sign in to comment.