mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-11-09 21:50:48 +08:00
improve the network creation
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
be7d57cf9f
commit
2b58c544ff
1 changed files with 7 additions and 3 deletions
|
|
@ -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'
|
||||||
|
]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue