We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ea0ee commit 7386b21Copy full SHA for 7386b21
1 file changed
weboffice/collabora.yml
@@ -65,10 +65,13 @@ services:
65
--o:home_mode.enable=${COLLABORA_HOME_MODE:-false}
66
username: ${COLLABORA_ADMIN_USER:-admin}
67
password: ${COLLABORA_ADMIN_PASSWORD:-admin}
68
+ privileged: true
69
cap_add:
70
- SYS_ADMIN
71
+ - MKNOD
72
security_opt:
73
- seccomp=unconfined
74
+ - apparmor:unconfined
75
volumes:
76
# Mount local TrueType fonts so the container can use system fonts
77
# (e.g. Microsoft fonts like Arial, Calibri, Cambria by installing the `ttf-mscorefonts-installer` package).
0 commit comments