We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfe2193 + 7f6b18b commit db7fe9fCopy full SHA for db7fe9f
docker-compose.yml
@@ -5,7 +5,7 @@ services:
5
entrypoint: [ "anvil", "--host", "0.0.0.0", "--block-time", "0.1", "--silent"]
6
# Uncomment this if you want to use a fork
7
#entrypoint: [ "anvil", "--chain-id", "1", "--fork-url", "http://your_node:845", "--host", "0.0.0.0", "--block-time", "0.1", "--silent"]
8
- platform: linux/amd64/v8
+ platform: linux/amd64
9
healthcheck:
10
test: ["CMD-SHELL", "cast rpc web3_clientVersion | grep -c anvil > /dev/null "]
11
start_interval: 250ms
0 commit comments