mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-24 22:06:00 +08: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',
|
||||
'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'
|
||||
]
|
||||
]
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue