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

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