修改端口

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,