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'