mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-09-19 17:50:20 +00:00
Revert "Drop as much capabilities as possibile for the Collabora container (#8000)"
This reverts commit9dcb25b4ae, reversing changes made to261675f4d3.
This commit is contained in:
@@ -308,11 +308,6 @@ readonly class ContainerDefinitionFetcher {
|
||||
$capAdd = $entry['cap_add'];
|
||||
}
|
||||
|
||||
$capDrop = [];
|
||||
if (isset($entry['cap_drop'])) {
|
||||
$capDrop = $entry['cap_drop'];
|
||||
}
|
||||
|
||||
$shmSize = -1;
|
||||
if (isset($entry['shm_size'])) {
|
||||
$shmSize = $entry['shm_size'];
|
||||
@@ -375,7 +370,6 @@ readonly class ContainerDefinitionFetcher {
|
||||
$devices,
|
||||
$enableNvidiaGpu,
|
||||
$capAdd,
|
||||
$capDrop,
|
||||
$shmSize,
|
||||
$apparmorUnconfined,
|
||||
$backupVolumes,
|
||||
|
||||
Reference in New Issue
Block a user