mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Merge pull request #2042 from nextcloud/enh/noid/add-network-option
add additional network option
This commit is contained in:
commit
3f22ec8b4d
1 changed files with 2 additions and 1 deletions
|
|
@ -663,7 +663,8 @@ class DockerActionManager
|
||||||
'Driver' => 'bridge',
|
'Driver' => 'bridge',
|
||||||
'Internal' => false,
|
'Internal' => false,
|
||||||
'Options' => [
|
'Options' => [
|
||||||
'com.docker.network.bridge.enable_icc' => 'true'
|
'com.docker.network.bridge.enable_icc' => 'true',
|
||||||
|
'com.docker.network.bridge.enable_ip_masquerade' => 'true'
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue