Merge pull request #2482 from nextcloud/enh/noid/remove-non-default-network-options

nextcloud-aio network - remove non-default options
This commit is contained in:
Simon L
2023-05-03 13:41:19 +02:00
committed by GitHub

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