Merge pull request #2042 from nextcloud/enh/noid/add-network-option

add additional network option
This commit is contained in:
Simon L 2023-02-23 17:44:23 +01:00 committed by GitHub
commit 3f22ec8b4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -663,7 +663,8 @@ class DockerActionManager
'Driver' => 'bridge',
'Internal' => false,
'Options' => [
'com.docker.network.bridge.enable_icc' => 'true'
'com.docker.network.bridge.enable_icc' => 'true',
'com.docker.network.bridge.enable_ip_masquerade' => 'true'
]
]
]