Skip to content

Commit da4649d

Browse files
committed
Fix capability name
1 parent 14ce181 commit da4649d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
misp-core:
5454
image: ghcr.io/misp/misp-docker/misp-core:${CORE_RUNNING_TAG:-latest}
5555
cap_add:
56-
- CAP_AUDIT_WRITE
56+
- AUDIT_WRITE
5757
build:
5858
context: core/.
5959
args:

0 commit comments

Comments
 (0)