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
commit 14fd25c837
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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