mirror of
https://github.com/Jonnyan404/zerotier-planet.git
synced 2025-05-02 05:59:34 +08:00
Update docker-compose.yml
This commit is contained in:
parent
832f573374
commit
f953ee79f6
@ -5,13 +5,13 @@ version: '3.3'
|
||||
services:
|
||||
ztncui:
|
||||
container_name: ztncui
|
||||
restart: always
|
||||
restart: always
|
||||
environment:
|
||||
# - MYADDR=公网地址(不填自动获取)
|
||||
- HTTP_PORT=4000
|
||||
- HTTP_ALL_INTERFACES=yes
|
||||
- HTTP_ALL_INTERFACES=yes
|
||||
- ZTNCUI_PASSWD=mrdoc.fun
|
||||
ports:
|
||||
- '4000:4000'
|
||||
# - '3180:3180'具体参考GitHub项目说明
|
||||
# - '3180:3180'具体参考GitHub项目说明
|
||||
image: keynetworks/ztncui
|
||||
|
Loading…
Reference in New Issue
Block a user