From 03ce92bfc13c1b81f38499f1e4c3cc00c79d485a Mon Sep 17 00:00:00 2001 From: cventastic Date: Thu, 3 Nov 2022 09:32:57 +0100 Subject: [PATCH] meh --- xdai-archive.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/xdai-archive.yml b/xdai-archive.yml index bee1012a..7a9421a6 100644 --- a/xdai-archive.yml +++ b/xdai-archive.yml @@ -11,12 +11,7 @@ services: image: nethermindeth/nethermind:TracesDB restart: always stop_grace_period: 1m - command: ' --JsonRpc.Enabled true \ - --JsonRpc.Host 0.0.0.0 \ - --Metrics.Enabled true \ - --TraceStore.Enabled true \ - --TraceStore.BlocksToKeep 0 \ - --TraceStore.TraceTypes Trace,Rewards,VmTrace,StateDiff' + command: '--JsonRpc.Enabled true --JsonRpc.Host 0.0.0.0 --Metrics.Enabled true --TraceStore.Enabled true --TraceStore.BlocksToKeep 0 --TraceStore.TraceTypes Trace,Rewards,VmTrace,StateDiff' ports: - '30303:30303/tcp' # p2p - '30303:30303/udp' # p2p