Merge pull request #6392 from nextcloud/szaimen-patch-1

containers.json: always add chown cap to collabora
This commit is contained in:
Simon L. 2025-05-12 10:45:26 +02:00 committed by GitHub
commit 5e553da4d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -393,7 +393,8 @@
],
"cap_add": [
"MKNOD",
"SYS_ADMIN"
"SYS_ADMIN",
"CHOWN"
],
"cap_drop": [
"NET_RAW"