From 964d447e3f9c22d5759f8b1edcc1ba88659b077e Mon Sep 17 00:00:00 2001 From: Marc Blatter Date: Tue, 16 Jun 2026 19:54:37 +0000 Subject: [PATCH] Added insecure tag --- compose-hermes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose-hermes.yaml b/compose-hermes.yaml index 0b96b5b..ac44a6c 100644 --- a/compose-hermes.yaml +++ b/compose-hermes.yaml @@ -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