mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-30 07:20:09 +00:00
Make 'dockerSocketPath' an attribute
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
@@ -129,7 +129,7 @@ readonly class ContainerDefinitionFetcher {
|
||||
continue;
|
||||
}
|
||||
} elseif ($value['source'] === '%WATCHTOWER_DOCKER_SOCKET_PATH%') {
|
||||
$value['source'] = $this->configurationManager->GetDockerSocketPath();
|
||||
$value['source'] = $this->configurationManager->dockerSocketPath;
|
||||
if($value['source'] === '') {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user