update and enable debug
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3.1'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
nethermind-mainnet:
|
nethermind-mainnet:
|
||||||
image: nethermind/nethermind:1.27.0
|
image: nethermind/nethermind:1.28.0
|
||||||
restart: always
|
restart: always
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
command: |
|
command: |
|
||||||
@@ -27,7 +27,7 @@ services:
|
|||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
environment:
|
environment:
|
||||||
- NETHERMIND_CONFIG=mainnet
|
- NETHERMIND_CONFIG=mainnet
|
||||||
- NETHERMIND_JSONRPCCONFIG_ENGINEENABLEDMODULES=[Eth,AccountAbstraction,Subscribe,TxPool,Web3,Personal,Proof,Net,Parity,Health,Trace]
|
- NETHERMIND_JSONRPCCONFIG_ENGINEENABLEDMODULES=[Eth,AccountAbstraction,Subscribe,TxPool,Web3,Personal,Proof,Net,Parity,Health,Trace,Debug,Admin]
|
||||||
- NETHERMIND_JSONRPCCONFIG_ENGINEHOST=0.0.0.0
|
- NETHERMIND_JSONRPCCONFIG_ENGINEHOST=0.0.0.0
|
||||||
- NETHERMIND_JSONRPCCONFIG_ENGINEPORT=8551
|
- NETHERMIND_JSONRPCCONFIG_ENGINEPORT=8551
|
||||||
- NETHERMIND_JSONRPCCONFIG_HOST=0.0.0.0
|
- NETHERMIND_JSONRPCCONFIG_HOST=0.0.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user