Korrektur
This commit is contained in:
parent
964d447e3f
commit
6c3b2acfbb
|
|
@ -3,7 +3,7 @@ services:
|
||||||
image: nousresearch/hermes-agent:latest
|
image: nousresearch/hermes-agent:latest
|
||||||
container_name: hermes-agent
|
container_name: hermes-agent
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: gateway run --insecure
|
command: gateway run --dashboard-insecure
|
||||||
ports:
|
ports:
|
||||||
- "8642:8642" # Gateway API (OpenAI-compatible)
|
- "8642:8642" # Gateway API (OpenAI-compatible)
|
||||||
- "9119:9119" # Web Dashboard
|
- "9119:9119" # Web Dashboard
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue