mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
fix securityopt label disabled
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
46105d00bb
commit
0fce3d9319
2 changed files with 2 additions and 2 deletions
|
|
@ -511,7 +511,7 @@ class DockerActionManager
|
|||
}
|
||||
// Special things for the watchtower and docker-socket-proxy container which should not be exposed in the containers.json
|
||||
} elseif ($container->GetIdentifier() === 'nextcloud-aio-watchtower' || $container->GetIdentifier() === 'nextcloud-aio-docker-socket-proxy') {
|
||||
$requestBody['HostConfig']['SecurityOpt'] = ["label=disabled"];
|
||||
$requestBody['HostConfig']['SecurityOpt'] = ["label:disable"];
|
||||
}
|
||||
|
||||
if (count($mounts) > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue