feat(compose): add CAP_NET_RAW capability for raw socket access

Added CAP_NET_RAW to the service capabilities in compose.yaml to enable raw network socket creation, necessary for  Auto-Pause
This commit is contained in:
2025-10-21 11:51:06 -06:00
parent a333bc1e3a
commit 67bfddd6b8

View File

@@ -4,6 +4,8 @@ services:
restart: unless-stopped
environment:
- PATCH_DEFINITIONS=/patches
cap_add:
- CAP_NET_RAW
env_file:
- .env
volumes: