feat: enable NET_ADMIN for Hermes container to support WireGuard
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user