Skip to content

Commit

Permalink
revert network name on docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
nour-karoui committed Oct 28, 2024
1 parent 896c68b commit 5b91b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
postgres_pass: let-me-in
postgres_db: graph-node
ipfs: 'ipfs:5001'
ethereum: 'foundry:http://anvil:8545'
ethereum: 'mainnet:http://anvil:8545'
GRAPH_LOG: debug
GRAPH_ALLOW_NON_DETERMINISTIC_IPFS: 1
ipfs:
Expand Down

0 comments on commit 5b91b43

Please sign in to comment.