From 99b8f5e4cbe56e2872b8f347ff865b9baaacf2fb Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Tue, 1 Feb 2022 14:44:35 +0200 Subject: [PATCH] Update thegraph.yml --- compose-files/thegraph.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose-files/thegraph.yml b/compose-files/thegraph.yml index dde1735..c8e9930 100644 --- a/compose-files/thegraph.yml +++ b/compose-files/thegraph.yml @@ -1,7 +1,7 @@ version: '3' services: graph-node: - image: oceanprotocol/graph-node:latest + image: graphprotocol/graph-node:v0.25.0 ports: - '9000:8000' - '9001:8001'