improve the network creation

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-05-20 16:10:57 +02:00
parent be7d57cf9f
commit 2b58c544ff

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