修改端口

This commit is contained in:
dekun
2026-05-27 14:23:47 +08:00
parent 62bd58d2c4
commit 95b55e41f3
5 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ module.exports = {
name: "chart-label-tool",
cwd: "/opt/chart-label-tool",
script: "/opt/chart-label-tool/venv/bin/python",
args: "-m http.server 8080 --bind 0.0.0.0 --directory /opt/chart-label-tool/public",
args: "-m http.server 8010 --bind 0.0.0.0 --directory /opt/chart-label-tool/public",
interpreter: "none",
autorestart: true,
watch: false,
+1 -1
View File
@@ -7,7 +7,7 @@ set -euo pipefail
APP_DIR="/opt/chart-label-tool"
REPO_URL="https://git.bz121.com/dekun/chart-label-tool.git"
PORT=8080
PORT=8010
SERVICE_USER="root"
echo "==> K线点位标注工具 部署开始"