Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonny authored Nov 30, 2021
1 parent f953ee7 commit 810a40c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- ZTNCUI_PASSWD=mrdoc.fun
- HTTP_ALL_INTERFACES=yes
- ZTNCUI_PASSWD=mrdoc.fun
ports:
- '4000:4000'
# - '3180:3180'具体参考GitHub项目说明
# - '3180:3180'具体参考GitHub项目说明
image: keynetworks/ztncui

0 comments on commit 810a40c

Please sign in to comment.