This commit is contained in:
cventastic
2022-11-03 09:31:21 +01:00
parent 2b6e1020aa
commit b2de047014

View File

@@ -11,13 +11,12 @@ services:
image: nethermindeth/nethermind:TracesDB image: nethermindeth/nethermind:TracesDB
restart: always restart: always
stop_grace_period: 1m stop_grace_period: 1m
command: > command: ' --JsonRpc.Enabled true \
--JsonRpc.Enabled true \
--JsonRpc.Host 0.0.0.0 \ --JsonRpc.Host 0.0.0.0 \
--Metrics.Enabled true \ --Metrics.Enabled true \
--TraceStore.Enabled true \ --TraceStore.Enabled true \
--TraceStore.BlocksToKeep 0 \ --TraceStore.BlocksToKeep 0 \
--TraceStore.TraceTypes Trace,Rewards,VmTrace,StateDiff --TraceStore.TraceTypes Trace,Rewards,VmTrace,StateDiff'
ports: ports:
- '30303:30303/tcp' # p2p - '30303:30303/tcp' # p2p
- '30303:30303/udp' # p2p - '30303:30303/udp' # p2p