|
@@ -18,7 +18,7 @@ Refer to https://github.com/key-networks/ztncui-containerized for the original d
|
|
|
```bash
|
|
|
$ git clone https://github.com/key-networks/ztncui-aio # to get a copy of denv file, otherwise make your own
|
|
|
$ docker pull keynetworks/ztncui
|
|
|
-$ docker run -d -p3443:3443 -p9993:9993 -p3180:3180 \
|
|
|
+$ docker run -d -p3443:3443 -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> \
|