Merge pull request #223 from opencloud-eu/fix-slow-jailkit

fix: slow kit jail error server audit in collabora (next try)
This commit is contained in:
Ralf Haferkamp
2026-02-17 16:50:18 +01:00
committed by GitHub

View File

@@ -48,7 +48,7 @@ services:
restart: always
collabora:
image: collabora/code:25.04.7.1.1
image: collabora/code:25.04.9.1.1
# release notes: https://www.collaboraonline.com/release-notes/
networks:
opencloud-net:
@@ -66,7 +66,10 @@ services:
username: ${COLLABORA_ADMIN_USER:-admin}
password: ${COLLABORA_ADMIN_PASSWORD:-admin}
cap_add:
- MKNOD
- SYS_ADMIN
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).