mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
Merge pull request #718 from nextcloud/fix/715/network-connections
fix the docker network
This commit is contained in:
commit
4740ff1370
1 changed files with 2 additions and 1 deletions
|
|
@ -539,7 +539,8 @@ class DockerActionManager
|
||||||
'Name' => 'nextcloud-aio',
|
'Name' => 'nextcloud-aio',
|
||||||
'CheckDuplicate' => true,
|
'CheckDuplicate' => true,
|
||||||
'Driver' => 'bridge',
|
'Driver' => 'bridge',
|
||||||
'Internal' => true,
|
'EnableIPv6' => true,
|
||||||
|
'Internal' => false,
|
||||||
'Options' => [
|
'Options' => [
|
||||||
'com.docker.network.bridge.enable_icc' => 'true'
|
'com.docker.network.bridge.enable_icc' => 'true'
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue