Skip to content

Commit

Permalink
Merge pull request #1 from dappnode/v0.0.2
Browse files Browse the repository at this point in the history
v0.0.2 Release
  • Loading branch information
eduadiez authored Dec 27, 2019
2 parents 078112c + 14121a6 commit 330b483
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nethermind.public.dappnode.eth",
"version": "0.0.1",
"upstreamVersion": "v1.3.8",
"version": "0.0.2",
"upstreamVersion": "v1.3.9",
"shortDescription": "Nethermind Ethereum client",
"description": "Nethermind - The world’s fastest Ethereum .NET Client and P2P Data Marketplace for the decentralised future\nOur flagship .NET Core-based Ethereum client is all about performance and flexibility. We have built a lean, stable and feature-rich gateway to allow anyone, anywhere, to take part in the decentralised future.",
"type": "service",
Expand Down
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'
services:
nethermind.public.dappnode.eth:
build: ./build
image: 'nethermind.public.dappnode.eth:0.0.1'
image: 'nethermind.public.dappnode.eth:0.0.2'
restart: always
volumes:
- 'data:/data'
Expand All @@ -16,5 +16,7 @@ services:
- NETHERMIND_PIVOT_NUMBER
- NETHERMIND_PIVOT_TOTAL_DIFFICULTY
- NETHERMIND_USE_GETH_LIMITS_IN_FAST_BLOCKS=true
ports:
- '30303'
volumes:
data: {}

0 comments on commit 330b483

Please sign in to comment.