fix the docker network

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-05-24 18:50:57 +02:00
parent 331bced264
commit b371a30531

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