Merge pull request #7100 from nextcloud/enh/noid/remove-checkduplicate

ConnectContainerIdToNetwork: remove `CheckDuplicate` as it is deprecated
This commit is contained in:
Simon L. 2025-11-11 10:11:10 +01:00 committed by GitHub
commit 8da65e3dff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -837,7 +837,6 @@ readonly class DockerActionManager {
[
'json' => [
'Name' => $network,
'CheckDuplicate' => true,
'Driver' => 'bridge',
'Internal' => false,
]