Merge pull request #683 from nextcloud/enh/noid/network-create

improve the network creation
This commit is contained in:
Simon L
2022-05-20 16:17:08 +02:00
committed by GitHub

View File

@@ -530,9 +530,13 @@ class DockerActionManager
$url,
[
'json' => [
'name' => 'nextcloud-aio',
'checkDuplicate' => true,
'internal' => true,
'Name' => 'nextcloud-aio',
'CheckDuplicate' => true,
'Driver' => 'bridge',
'Internal' => true,
'Options' => [
'com.docker.network.bridge.enable_icc' => 'true'
]
]
]
);