1
0
mirror of https://github.com/Haxxnet/Compose-Examples synced 2025-02-25 09:28:44 +00:00

Update README.md

This commit is contained in:
LRVT 2024-05-16 21:47:56 +02:00 committed by GitHub
parent aaa75016cc
commit 551f0eaa0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -37,7 +37,6 @@ $CONFIG = array (
2 => ['192.168.0.0/16'], 2 => ['192.168.0.0/16'],
), ),
'maintenance_window_start' => 1, 'maintenance_window_start' => 1,
'dbtype' => 'sqlite3',
... ...
); );
```` ````