Skip to content

Commit

Permalink
Admin management improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
eduadiez committed Jun 6, 2018
1 parent 44c6f77 commit c23c953
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "vpn.dnp.dappnode.eth",
"version": "0.1.1",
"version": "0.1.2",
"description": "Dappnode package responsible for providing the VPN (L2TP/IPSec) connection",
"avatar": "/ipfs/QmWwMb3XhuCH6JnCF6m6EQzA4mW9pHHtg7rqAfhDr2ofi8",
"type": "dncore",
"image": {
"path": "vpn.dnp.dappnode.eth_0.1.1.tar.xz",
"hash": "/ipfs/QmVDxpEtRYyhhf5uKdgJrqT7vNNRp3W8wZBHsWLnoKr34h",
"size": 31504548,
"path": "vpn.dnp.dappnode.eth_0.1.2.tar.xz",
"hash": "/ipfs/QmeVfNPRbz8zXASB2s745g7zgmx9ya5PBKpBb9jX9xJFR7",
"size": 31935522,
"volumes": [
"/etc/hostname:/etc/vpnname:ro",
"/lib/modules:/lib/modules:ro",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-vpn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ volumes:
services:
vpn.dnp.dappnode.eth:
build: ./build
image: vpn.dnp.dappnode.eth:0.1.1
image: vpn.dnp.dappnode.eth:0.1.2
container_name: DAppNodeCore-vpn.dnp.dappnode.eth
privileged: true
restart: always
Expand Down

0 comments on commit c23c953

Please sign in to comment.