From 2c79587133e79fa75e0e7d5bc4d58e7872204bc7 Mon Sep 17 00:00:00 2001 From: jonny <475634114@qq.com> Date: Sun, 14 Aug 2022 20:42:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 48817c6..7611d20 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,17 +1,20 @@ ### date:2021年11月29日 ### author: www.mrdoc.fun | jonnyan404 ### 转载请保留来源 +### update:2022年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