mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
rename services to aio_services_v1
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
29197deb69
commit
f98528eac5
4 changed files with 5 additions and 4 deletions
|
|
@ -48,7 +48,7 @@ class ContainerDefinitionFetcher
|
|||
$data = json_decode(file_get_contents(__DIR__ . '/../containers.json'), true);
|
||||
|
||||
$containers = [];
|
||||
foreach ($data['services'] as $entry) {
|
||||
foreach ($data['aio_services_v1'] as $entry) {
|
||||
if ($entry['container_name'] === 'nextcloud-aio-clamav') {
|
||||
if (!$this->configurationManager->isClamavEnabled()) {
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue