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