Skip to content

Commit adf5c3a

Browse files
authored
Merge pull request #175 from opencloud-eu/fix-collabora-server-audit-slow-kit
fix: slow kit jail error server audit in collabora
2 parents a2411f8 + e897106 commit adf5c3a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

weboffice/collabora.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,11 @@ services:
6666
username: ${COLLABORA_ADMIN_USER:-admin}
6767
password: ${COLLABORA_ADMIN_PASSWORD:-admin}
6868
cap_add:
69+
- SYS_ADMIN
6970
- MKNOD
71+
security_opt:
72+
- seccomp=unconfined
73+
- apparmor:unconfined
7074
volumes:
7175
# Mount local TrueType fonts so the container can use system fonts
7276
# (e.g. Microsoft fonts like Arial, Calibri, Cambria by installing the `ttf-mscorefonts-installer` package).

0 commit comments

Comments
 (0)