Update docker-compose.yml

This commit is contained in:
jonny 2021-11-30 12:04:27 +08:00 committed by GitHub
parent 832f573374
commit f953ee79f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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