mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
rename maxShutdownTime to stop_grace_period
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
b13cb77ce2
commit
5c444472c7
4 changed files with 15 additions and 16 deletions
|
|
@ -181,7 +181,7 @@ class ContainerDefinitionFetcher
|
|||
$entry['displayName'],
|
||||
$entry['image'],
|
||||
$entry['restartPolicy'],
|
||||
$entry['maxShutdownTime'],
|
||||
$entry['stop_grace_period'],
|
||||
$ports,
|
||||
$internalPorts,
|
||||
$volumes,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue