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, $url,
[ [
'json' => [ 'json' => [
'name' => 'nextcloud-aio', 'Name' => 'nextcloud-aio',
'checkDuplicate' => true, 'CheckDuplicate' => true,
'internal' => true, 'Driver' => 'bridge',
'Internal' => true,
'Options' => [
'com.docker.network.bridge.enable_icc' => 'true'
]
] ]
] ]
); );