fix: 解决docker启动,无法在web终端使用hermes cli的问题 (#358)

* fix: 解决web终端docker部署后展示报错问题

* fix: 解决docker启动无法在web终端使用hermes的问题

---------

Co-authored-by: nabaonan <>
This commit is contained in:
内小子
2026-04-30 23:32:47 +08:00
committed by GitHub
parent 7e7fe90483
commit 571687459f
+1
View File
@@ -36,6 +36,7 @@ services:
- HERMES_HOME=/home/agent/.hermes
- HERMES_BIN=${HERMES_BIN:-/opt/hermes/.venv/bin/hermes}
- AUTH_DISABLED=${AUTH_DISABLED:-false}
- PATH=/opt/hermes/.venv/bin:/opt/data/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
restart: unless-stopped
volumes: