mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-31 05:33:46 +00:00
Update README.md
This commit is contained in:
parent
14df8dc3a3
commit
d003755448
|
@ -23,6 +23,11 @@ $CONFIG = array (
|
||||||
0 => 'nextcloud.example.com',
|
0 => 'nextcloud.example.com',
|
||||||
1 => 'nextcloud.anotherdomain.com',
|
1 => 'nextcloud.anotherdomain.com',
|
||||||
),
|
),
|
||||||
|
'trusted_proxies' =>
|
||||||
|
array (
|
||||||
|
0 => '10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16',
|
||||||
|
),
|
||||||
|
'maintenance_window_start' => 1,
|
||||||
'dbtype' => 'sqlite3',
|
'dbtype' => 'sqlite3',
|
||||||
...
|
...
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user