rename restartPolicy to restart

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2022-12-25 00:52:01 +01:00
parent 5c444472c7
commit 1e78d729c4
4 changed files with 15 additions and 16 deletions

View file

@ -180,7 +180,7 @@ class ContainerDefinitionFetcher
$entry['container_name'],
$entry['displayName'],
$entry['image'],
$entry['restartPolicy'],
$entry['restart'],
$entry['stop_grace_period'],
$ports,
$internalPorts,