mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
build image locally for devenv testing.
This commit is contained in:
parent
e7a8cb5296
commit
36bbcd8089
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ services:
|
||||||
- 8545:8545
|
- 8545:8545
|
||||||
- 8546:8546
|
- 8546:8546
|
||||||
suave-enabled-chain:
|
suave-enabled-chain:
|
||||||
image: flashbots/suave-geth:latest
|
build: ../..
|
||||||
command:
|
command:
|
||||||
- --dev
|
- --dev
|
||||||
- --dev.gaslimit=30000000
|
- --dev.gaslimit=30000000
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue