Update README.md

This commit is contained in:
jonny 2021-11-29 11:25:27 +08:00 committed by GitHub
parent aeb7b84943
commit bc8ce62d57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,24 @@
# zerotier-planet
一分钟自建zerotier-planet
# 一分钟自建zerotier-planet
基于 [ztncui](https://github.com/key-networks/ztncui-aio) 整理成 docker-compose.yml 文件.
# 用法
```
git clone https://github.com/Jonnyan404/zerotier-planet
OR
git clone https://gitee.com/Jonnyan404/zerotier-planet
docker-compose up -d
```
然后访问 `http://ip:4000` 访问web界面.
- 用户名:admin
- 密码:mrdoc.fun
# Reference Link
- <https://www.mrdoc.fun/doc/443/>
- <https://github.com/key-networks/ztncui-aio>