Skip to content

Commit

Permalink
Update to ethchain.dnp.dappnode.eth v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
eduadiez committed Dec 13, 2018
1 parent 84552cf commit c9c7e69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core.dnp.dappnode.eth",
"version": "0.1.10",
"version": "0.1.11",
"description": "Dappnode package responsible for manage the core packages",
"avatar": "/ipfs/QmQWed5zepncXHvDHt5dZipjVcU7vyydxHmVJV5MF6Wwhr",
"type": "dncore",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"bind.dnp.dappnode.eth": "0.1.5",
"ipfs.dnp.dappnode.eth": "0.1.4",
"ethchain.dnp.dappnode.eth": "0.1.9",
"ethchain.dnp.dappnode.eth": "0.1.10",
"ethforward.dnp.dappnode.eth": "0.1.2",
"vpn.dnp.dappnode.eth": "0.1.19",
"wamp.dnp.dappnode.eth": "0.1.0",
Expand Down
11 changes: 5 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
version: '3.4'

networks:
network:
driver: bridge
ipam:
config:
- subnet: 172.33.0.0/16

-
subnet: 172.33.0.0/16
services:
core.dnp.dappnode.eth:
build: ./build
image: core.dnp.dappnode.eth:0.1.4
image: 'core.dnp.dappnode.eth:0.1.11'
container_name: DAppNodeCore-core.dnp.dappnode.eth
volumes:
- /usr/src/dappnode/DNCORE/:/usr/src/app/DNCORE/
- /var/run/docker.sock:/var/run/docker.sock
- '/usr/src/dappnode/DNCORE/:/usr/src/app/DNCORE/'
- '/var/run/docker.sock:/var/run/docker.sock'
dns: 172.33.1.2

0 comments on commit c9c7e69

Please sign in to comment.