mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-11 09:05:56 +08:00
add additional network option
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
dfc2d9798e
commit
e0a7ca3656
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…
Add table
Reference in a new issue