From f1f29e9eb5180025187aea3c02929600ff75ec63 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Mon, 28 Nov 2022 16:17:40 +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 a55ac02..5338906 100644 --- a/compose-files/thegraph.yml +++ b/compose-files/thegraph.yml @@ -1,7 +1,7 @@ version: '3' services: graph-node: - image: graphprotocol/graph-node:v0.28.3 + image: graphprotocol/graph-node:v0.28.2 ports: - '9000:8000' - '9001:8001'