Commit d038ac33 by Ivan

fix: fix app port

parent 779b1822
......@@ -27,9 +27,10 @@ servers:
# Note: If using Cloudflare, set encryption mode in SSL/TLS setting to "Full" to enable CF-to-app encryption.
proxy:
# 暂时禁用SSL,简化部署
ssl: false
# 使用IP地址而不是域名,方便直接访问
host: 45.78.59.154
ssl: true
# 使用域名而不是IP地址,方便直接访问
host: img-manager.mumumumushu.com
app_port: 3000
# 配置Traefik使用自定义端口
# options:
# # 定义多个入口点,包括非80端口
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment