Skip to content

Commit

Permalink
Merge pull request #12 from mgarciate/develop
Browse files Browse the repository at this point in the history
Fix #11 Keep node in sync after every update
  • Loading branch information
eduadiez authored Oct 19, 2021
2 parents ad46f86 + f76f34e commit b7d3a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG UPSTREAM_VERSION
FROM nethermind/nethermind:${UPSTREAM_VERSION}

ENTRYPOINT [ "sh", "-c", "exec ./Nethermind.Runner $EXTRA_OPTS" ]
ENTRYPOINT [ "sh", "-c", "exec ./Nethermind.Runner --Init.BaseDbPath=/data --Init.LogDirectory=/data/logs $EXTRA_OPTS" ]
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
image: "nethermind-xdai.dnp.dappnode.eth:1.0.0"
restart: unless-stopped
volumes:
- "data:/nethermind"
- "data:/data"
environment:
NETHERMIND_CONFIG: xdai
NETHERMIND_SYNCCONFIG_FASTSYNC: "true"
Expand Down

0 comments on commit b7d3a8f

Please sign in to comment.