Skip to content

Commit

Permalink
revert previous update
Browse files Browse the repository at this point in the history
  • Loading branch information
kmahyyg authored Jan 21, 2021
1 parent a10a968 commit 506ab5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ Licensed Under AGPL v3
```bash
$ git clone https://github.com/kmahyyg/ztncui-aio # if you wanna use env file, you need to clone, else not.
$ docker pull kmahyyg/ztncui-aio
$ docker run -d -p3000:3000 -p9993:9993 -p3180:3180\
--cap-add=NET_ADMIN --cap-add=SYS_ADMIN --device=/dev/net/tun \
$ docker run -d -p3000:3000 -p9993:9993 -p3180:3180 \
-v /mydata/ztncui:/opt/key-networks/ztncui/etc \
-v /mydata/zt1:/var/lib/zerotier-one \
--env-file ./denv <CHANGE HERE ACCORDING TO NEXT PART> \
Expand Down

0 comments on commit 506ab5a

Please sign in to comment.