Skip to content

Commit 7386b21

Browse files
committed
make work on debian based systems
1 parent f3ea0ee commit 7386b21

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

weboffice/collabora.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,13 @@ services:
6565
--o:home_mode.enable=${COLLABORA_HOME_MODE:-false}
6666
username: ${COLLABORA_ADMIN_USER:-admin}
6767
password: ${COLLABORA_ADMIN_PASSWORD:-admin}
68+
privileged: true
6869
cap_add:
6970
- SYS_ADMIN
71+
- MKNOD
7072
security_opt:
7173
- seccomp=unconfined
74+
- apparmor:unconfined
7275
volumes:
7376
# Mount local TrueType fonts so the container can use system fonts
7477
# (e.g. Microsoft fonts like Arial, Calibri, Cambria by installing the `ttf-mscorefonts-installer` package).

0 commit comments

Comments
 (0)