mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-27 01:02:10 +08:00
nextcloud-aio network - remove non-default options
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
b194450875
commit
418e7898b7
1 changed files with 0 additions and 4 deletions
|
@ -679,10 +679,6 @@ class DockerActionManager
|
|||
'CheckDuplicate' => true,
|
||||
'Driver' => 'bridge',
|
||||
'Internal' => false,
|
||||
'Options' => [
|
||||
'com.docker.network.bridge.enable_icc' => 'true',
|
||||
'com.docker.network.bridge.enable_ip_masquerade' => 'true'
|
||||
]
|
||||
]
|
||||
]
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue