mirror of https://github.com/MISP/misp-docker
Fix capability name
parent
14ce181611
commit
da4649dac7
|
@ -53,7 +53,7 @@ services:
|
|||
misp-core:
|
||||
image: ghcr.io/misp/misp-docker/misp-core:${CORE_RUNNING_TAG:-latest}
|
||||
cap_add:
|
||||
- CAP_AUDIT_WRITE
|
||||
- AUDIT_WRITE
|
||||
build:
|
||||
context: core/.
|
||||
args:
|
||||
|
|
Loading…
Reference in New Issue