Fix IPv6 listen default (#470)

Co-authored-by: KK <kk@KKs-Mac-Studio.local>
This commit is contained in:
tw19880217-creator
2026-05-06 02:24:34 -05:00
committed by GitHub
parent 0209372a6d
commit d13423b9dd
4 changed files with 29 additions and 2 deletions
+1
View File
@@ -34,6 +34,7 @@ All key runtime settings are configured from compose variables.
| Variable | Default | Description |
|---|---|---|
| `PORT` | `6060` | Web UI listen port |
| `BIND_HOST` | Node default | Optional Web UI bind host. Leave unset for IPv6 dual-stack when available, or set `0.0.0.0` / `::` explicitly. |
| `UPSTREAM` | `http://hermes-agent:8642` | Hermes gateway URL (container internal) |
| `HERMES_BIN` | `/opt/hermes/.venv/bin/hermes` | Path to Hermes CLI binary |
| `HERMES_AGENT_IMAGE` | `nousresearch/hermes-agent:latest` | Hermes Agent base image |