Allow raw capture in compose

This commit is contained in:
dan
2025-12-06 21:47:07 +03:00
parent c8729c8278
commit 5b84397660

View File

@@ -15,6 +15,10 @@ services:
OLD_STREAMS_CLEANUP_THRESHOLD: ${PACKMATE_OLD_STREAMS_CLEANUP_THRESHOLD:-240}
env_file:
- .env
cap_add:
- NET_ADMIN
- NET_RAW
privileged: true
container_name: packmate-app
build:
context: .