Skip to content

Commit db7fe9f

Browse files
authored
Merge pull request #9 from 0xxlegolas/main
fix: simplify docker platform for better compatibility
2 parents bfe2193 + 7f6b18b commit db7fe9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
entrypoint: [ "anvil", "--host", "0.0.0.0", "--block-time", "0.1", "--silent"]
66
# Uncomment this if you want to use a fork
77
#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
8+
platform: linux/amd64
99
healthcheck:
1010
test: ["CMD-SHELL", "cast rpc web3_clientVersion | grep -c anvil > /dev/null "]
1111
start_interval: 250ms

0 commit comments

Comments
 (0)