nextcloud-aio network - remove non-default options

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-05-03 13:07:22 +02:00
parent b194450875
commit 418e7898b7

View file

@ -679,10 +679,6 @@ class DockerActionManager
'CheckDuplicate' => true,
'Driver' => 'bridge',
'Internal' => false,
'Options' => [
'com.docker.network.bridge.enable_icc' => 'true',
'com.docker.network.bridge.enable_ip_masquerade' => 'true'
]
]
]
);