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
commit ccddef46b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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'
]
]
]
);