We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2411f8 + e897106 commit adf5c3aCopy full SHA for adf5c3a
1 file changed
weboffice/collabora.yml
@@ -66,7 +66,11 @@ services:
66
username: ${COLLABORA_ADMIN_USER:-admin}
67
password: ${COLLABORA_ADMIN_PASSWORD:-admin}
68
cap_add:
69
+ - SYS_ADMIN
70
- MKNOD
71
+ security_opt:
72
+ - seccomp=unconfined
73
+ - apparmor:unconfined
74
volumes:
75
# Mount local TrueType fonts so the container can use system fonts
76
# (e.g. Microsoft fonts like Arial, Calibri, Cambria by installing the `ttf-mscorefonts-installer` package).
0 commit comments