feat: enable NET_ADMIN for Hermes container to support WireGuard

This commit is contained in:
Thierry Pouplier
2026-05-05 01:48:21 +00:00
parent b021d0dba7
commit acf45acdd9

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: