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