Allow raw capture in compose
This commit is contained in:
@@ -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: .
|
||||
|
||||
Reference in New Issue
Block a user