Skip to content

Commit 1e42ea4

Browse files
Merge pull request #39 from OpenQDev/chris
Reverted graph-node to v0.29.0-rc.0
2 parents 8dfa1a6 + 3e1ffff commit 1e42ea4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
- ./OpenQ-Contracts/.env.contracts:/app/.env.contracts
3232
graph-node:
3333
container_name: graph_node
34-
image: graphprotocol/graph-node
34+
image: graphprotocol/graph-node:v0.29.0-rc.0
3535
ports:
3636
- '8000:8000'
3737
- '8001:8001'
@@ -61,7 +61,8 @@ services:
6161
command:
6262
[
6363
"postgres",
64-
"-cshared_preload_libraries=pg_stat_statements"
64+
"-cshared_preload_libraries=pg_stat_statements",
65+
6566
]
6667
environment:
6768
POSTGRES_USER: graph-node

0 commit comments

Comments
 (0)