From 7386b21d7c0e69445d899c6cfa599f73686e5c32 Mon Sep 17 00:00:00 2001 From: Alexander Ackermann Date: Tue, 9 Dec 2025 18:49:31 +0100 Subject: [PATCH] make work on debian based systems --- weboffice/collabora.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/weboffice/collabora.yml b/weboffice/collabora.yml index 4341be3..00977a2 100644 --- a/weboffice/collabora.yml +++ b/weboffice/collabora.yml @@ -65,10 +65,13 @@ services: --o:home_mode.enable=${COLLABORA_HOME_MODE:-false} username: ${COLLABORA_ADMIN_USER:-admin} password: ${COLLABORA_ADMIN_PASSWORD:-admin} + privileged: true cap_add: - SYS_ADMIN + - MKNOD security_opt: - seccomp=unconfined + - apparmor:unconfined volumes: # Mount local TrueType fonts so the container can use system fonts # (e.g. Microsoft fonts like Arial, Calibri, Cambria by installing the `ttf-mscorefonts-installer` package).