fix: ports 里不能只有注释

This commit is contained in:
凌莞~(=^▽^=) 2024-04-01 01:04:52 +08:00 committed by GitHub
parent 4eca28ce98
commit 18578b5dd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ services:
- zinclabs
- sign
ports:
# 如果要使用 RICH_HEADER 取消注释并将端口发布到公网
#- 8080:8080
# 如果要使用 RICH_HEADER 需要将端口发布到公网
- 8080:8080
volumes:
- q2tg:/app/data
- /var/run/docker.sock:/var/run/docker.sock