Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
eduadiez committed Nov 14, 2018
1 parent 1e6f84f commit 2fbfa52
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
"/var/run/docker.sock:/var/run/docker.sock",
"/usr/src/dappnode/config:/usr/src/app/config:ro"
],
"ports": ["4500:4500/udp", "500:500/udp"],
"ports": [
"4500:4500/udp",
"500:500/udp"
],
"privileged": "true",
"restart": "always",
"subnet": "172.33.0.0/16",
Expand All @@ -27,7 +30,12 @@
"DAppLion <dapplion@giveth.io> (https://github.com/dapplion)",
"Alex Floyd <alex@giveth.io> (https://github.com/mex20)"
],
"keywords": ["DAppNodeCore", "VPN", "IPSec", "L2TP"],
"keywords": [
"DAppNodeCore",
"VPN",
"IPSec",
"L2TP"
],
"homepage": {
"userui": "https://dappnode.github.io/DAppNode_OTP",
"homepage": "https://github.com/dappnode/DNP_VPN#readme"
Expand All @@ -40,4 +48,4 @@
"url": "https://github.com/dappnode/DNP_VPN/issues"
},
"license": "GPL-3.0"
}
}
2 changes: 1 addition & 1 deletion docker-compose-vpn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ volumes:
services:
vpn.dnp.dappnode.eth:
build: ./build
image: 'vpn.dnp.dappnode.eth:0.1.18'
image: 'vpn.dnp.dappnode.eth:0.1.19'
container_name: DAppNodeCore-vpn.dnp.dappnode.eth
privileged: true
restart: always
Expand Down

0 comments on commit 2fbfa52

Please sign in to comment.