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