mirror of
https://github.com/Jonnyan404/zerotier-planet.git
synced 2025-05-02 14:20:05 +08:00
Create docker-compose.yml
This commit is contained in:
parent
bc8ce62d57
commit
5cc2f56f3e
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
||||
### date:2021年11月29日
|
||||
### author: www.mrdoc.fun | jonnyan404
|
||||
### 转载请保留来源
|
||||
version: '3.3'
|
||||
services:
|
||||
ztncui:
|
||||
container_name: ztncui
|
||||
restart: always
|
||||
environment:
|
||||
# - MYADDR=公网地址(不填自动获取)
|
||||
- HTTP_PORT=4000
|
||||
- HTTP_ALL_INTERFACES=yes
|
||||
- ZTNCUI_PASSWD=mrdoc.fun
|
||||
ports:
|
||||
- '4000:4000'
|
||||
# - '3180:3180'具体参考GitHub项目说明
|
||||
image: keynetworks/ztncui
|
Loading…
Reference in New Issue
Block a user