mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Fix docker-compose.yml
This commit is contained in:
parent
eb332cd7ef
commit
f0217995f2
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
suave-mevm:
|
suave-mevm:
|
||||||
build: flashbots/suave-geth:latest
|
image: flashbots/suave-geth:latest
|
||||||
command:
|
command:
|
||||||
- --dev
|
- --dev
|
||||||
- --dev.gaslimit=30000000
|
- --dev.gaslimit=30000000
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue