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

Revert "ConnectContainerIdToNetwork: remove `CheckDuplicate` as it is deprecated"
This commit is contained in:
Simon L. 2025-11-21 09:33:34 +01:00 committed by GitHub
commit 91c40f1908
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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