Merge pull request #718 from nextcloud/fix/715/network-connections

fix the docker network
This commit is contained in:
Simon L 2022-05-24 18:53:08 +02:00 committed by GitHub
commit 4740ff1370
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -539,7 +539,8 @@ class DockerActionManager
'Name' => 'nextcloud-aio',
'CheckDuplicate' => true,
'Driver' => 'bridge',
'Internal' => true,
'EnableIPv6' => true,
'Internal' => false,
'Options' => [
'com.docker.network.bridge.enable_icc' => 'true'
]