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