Skip to content

Commit

Permalink
Merge pull request #112 from dappnode/kch/add_config_flag
Browse files Browse the repository at this point in the history
Add gnosis config to run command
  • Loading branch information
kamilchodola authored Sep 29, 2023
2 parents 7142663 + 13c0b3f commit a51209f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ services:
volumes:
- "data:/data"
environment:
NETHERMIND_CONFIG: gnosis
NETHERMIND_JSONRPCCONFIG_ENABLED: "true"
EXTRA_OPTS: ""
ports:
Expand Down
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ else
fi

exec /nethermind/nethermind \
--config gnosis \
--Sync.FastSync=true \
--JsonRpc.Enabled=true \
--JsonRpc.JwtSecretFile=${JWT_PATH} \
Expand Down

0 comments on commit a51209f

Please sign in to comment.