mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-26 16:51:00 +08:00
log if not pulling the latest database image
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
20bf2cfa7e
commit
ae349b8afb
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ class DockerController
|
|||
$this->dockerActionManager->CreateVolumes($container);
|
||||
if ($pullcontainer) {
|
||||
$this->dockerActionManager->PullContainer($container);
|
||||
} else {
|
||||
error_log('Not pulling the latest database image because the container was not correctly shut down.');
|
||||
}
|
||||
$this->dockerActionManager->CreateContainer($container);
|
||||
$this->dockerActionManager->StartContainer($container);
|
||||
|
|
Loading…
Reference in a new issue