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