mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-28 06:20:14 +00:00
rename containerName to image
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
@@ -179,7 +179,7 @@ class ContainerDefinitionFetcher
|
||||
$containers[] = new Container(
|
||||
$entry['container_name'],
|
||||
$entry['displayName'],
|
||||
$entry['containerName'],
|
||||
$entry['image'],
|
||||
$entry['restartPolicy'],
|
||||
$entry['maxShutdownTime'],
|
||||
$ports,
|
||||
|
||||
Reference in New Issue
Block a user