Compare commits

..

1 Commits

Author SHA1 Message Date
Thierry Pouplier
acf45acdd9 feat: enable NET_ADMIN for Hermes container to support WireGuard 2026-05-05 01:48:21 +00:00

View File

@@ -26,9 +26,11 @@ services:
- "traefik.http.routers.webui-https.tls.certresolver=njalla"
hermes:
image: nousresearch/hermes-agent:latest
build: ./
container_name: hermes
restart: always
cap_add:
- NET_ADMIN
# Gateway run enables the internal API server on port 8642
command: gateway run
environment: