refactor: add --host option and default web host binding to 0.0.0.0

This commit is contained in:
2026-02-24 18:52:24 +08:00
parent 5af1a18a48
commit 00508e3121
4 changed files with 9 additions and 8 deletions

View File

@@ -15,4 +15,4 @@ services:
HOST_API_TOKEN: ${HOST_API_TOKEN:-}
volumes:
- ./scripts:/app/scripts
command: ["--port=8080", "--scripts-dir=/app/scripts"]
command: ["--host=0.0.0.0", "--port=8080", "--scripts-dir=/app/scripts"]