修改端口
This commit is contained in:
@@ -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
@@ -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线点位标注工具 部署开始"
|
||||
|
||||
Reference in New Issue
Block a user