fix(部署): frp 对外端口改用专属 3210,不占用默认 443

- 与 Gitea(3000)/WordPress(8500)/FAM-core(8000) 保持同一约定:每个服务用专属端口而非默认 443
- NAS frpc.toml 的 nexusai 代理 remotePort 由 443 改为 3210,已重启 frpc 并验证 https://129.146.203.203:3210/ 端到端可访问
- 同步更新 README/PROGRESS/SDD 中所有相关端口引用
This commit is contained in:
ericwyuan
2026-08-23 08:52:24 +08:00
parent d10d23d01e
commit a4421d76b4
4 changed files with 12 additions and 12 deletions

View File

@@ -52,7 +52,7 @@ services:
restart: always
ports:
# NAS 本机 80/443 已被其他服务占用DSM/其他容器),改用 8443
# 甲骨文 frp 隧道frpc.toml [[proxies]] name=nexusai将公网 443 转发到 NAS 的 8443
# 甲骨文 frp 隧道frpc.toml [[proxies]] name=nexusai将公网专属端口 3210 转发到 NAS 的 8443
- "8443:443"
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro