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:
@@ -4,6 +4,8 @@ services:
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PATCH_DEFINITIONS=/patches
|
||||
cap_add:
|
||||
- CAP_NET_RAW
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user