Skip to content

Commit

Permalink
Change sync mode to snap sync
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed Nov 8, 2023
1 parent f4a6795 commit 7d4ca9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ services:
volumes:
- "data:/data"
environment:
NETHERMIND_SYNCCONFIG_FASTSYNC: "true"
NETHERMIND_SYNCCONFIG_SNAPSYNC: ""
NETHERMIND_SYNCCONFIG_FASTSYNC: ""
NETHERMIND_SYNCCONFIG_SNAPSYNC: "true"
NETHERMIND_JSONRPCCONFIG_ENABLED: "true"
NETHERMIND_JSONRPCCONFIG_HOST: 0.0.0.0
NETHERMIND_INITCONFIG_WEBSOCKETSENABLED: "true"
Expand All @@ -34,5 +34,6 @@ services:
resources:
limits:
memory: 16384M
image: "nethermind.holesky-nethermind.dnp.dappnode.eth:0.1.0"
volumes:
data: {}

0 comments on commit 7d4ca9d

Please sign in to comment.