mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
shm-size must be an int
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
1cae0980cd
commit
8b6bb94539
3 changed files with 5 additions and 5 deletions
|
|
@ -218,7 +218,7 @@ class ContainerDefinitionFetcher
|
|||
$capAdd = $entry['cap_add'];
|
||||
}
|
||||
|
||||
$shmSize = '';
|
||||
$shmSize = -1;
|
||||
if (isset($entry['shm_size'])) {
|
||||
$shmSize = $entry['shm_size'];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue