mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-28 06:20:14 +00:00
Merge pull request #6392 from nextcloud/szaimen-patch-1
containers.json: always add chown cap to collabora
This commit is contained in:
@@ -393,7 +393,8 @@
|
||||
],
|
||||
"cap_add": [
|
||||
"MKNOD",
|
||||
"SYS_ADMIN"
|
||||
"SYS_ADMIN",
|
||||
"CHOWN"
|
||||
],
|
||||
"cap_drop": [
|
||||
"NET_RAW"
|
||||
|
||||
Reference in New Issue
Block a user