Set nextcloud trusted proxy to docker host IP
This commit is contained in:
parent
fc7b57eab9
commit
9b9af7e90d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ $CONFIG = array (
|
|||
'installed' => true,
|
||||
'trusted_proxies' =>
|
||||
array (
|
||||
0 => '10.23.0.1/24',
|
||||
0 => '172.17.0.1',
|
||||
),
|
||||
'maintenance' => false,
|
||||
'theme' => '',
|
||||
|
|
Loading…
Reference in a new issue