更新设置

This commit is contained in:
jonny 2022-08-14 20:42:56 +08:00 committed by GitHub
parent 237a2a6f7b
commit 2c79587133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,20 @@
### date:2021年11月29日
### author: www.mrdoc.fun | jonnyan404
### 转载请保留来源
### update2022年08月14日
version: '2.0'
services:
ztncui:
container_name: ztncui
restart: always
environment:
# - MYADDR=公网地址(不填自动获取)
- MYADDR=1.1.1.1 #改成自己的服务器公网IP
- HTTP_PORT=4000
- HTTP_ALL_INTERFACES=yes
- ZTNCUI_PASSWD=mrdoc.fun
ports:
- '4000:4000'
# - '3180:3180'具体参考GitHub项目说明
- '4000:4000' # web控制台入口
- '9993:9993'
- '9993:9993/udp'
- '3180:3180' # planet/moon文件在线下载入口如不对外提供。可防火墙禁用此端口。
image: keynetworks/ztncui