Fix compose file

This commit is contained in:
2022-08-13 23:23:16 -06:00
parent c0db45c963
commit fdf22b07da
2 changed files with 6 additions and 2 deletions
@@ -6,7 +6,7 @@ services:
depends_on:
ipld-eth-db:
condition: service_healthy
image: vulcanize/go-ethereum-foundry
image: vulcanize/go-ethereum-foundry:local
healthcheck:
test: ["CMD", "nc", "-v", "localhost", "8545"]
interval: 30s