diff --git a/dappnode_package.json b/dappnode_package.json index 81fab92..921ac99 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -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", diff --git a/docker-compose.yml b/docker-compose.yml index 4ffaebd..839330a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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' @@ -16,5 +16,7 @@ services: - NETHERMIND_PIVOT_NUMBER - NETHERMIND_PIVOT_TOTAL_DIFFICULTY - NETHERMIND_USE_GETH_LIMITS_IN_FAST_BLOCKS=true + ports: + - '30303' volumes: data: {}