reword misleading section on databases

SQLite hasn't been supported since at least dba458cad9
and with 1.4 the database storage stores all of the persistance data, too.
This commit is contained in:
El RIDO 2022-10-12 06:35:32 +02:00
parent 1d74c1ae56
commit 993b854a58
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

View file

@ -48,7 +48,7 @@ In case you want to use a customized [conf.php](https://github.com/PrivateBin/Pr
docker run -d --restart="always" --read-only -p 8080:8080 -v $PWD/conf.php:/srv/cfg/conf.php:ro -v $PWD/privatebin-data:/srv/data privatebin/nginx-fpm-alpine
```
Note: The `Filesystem` data storage is supported out of the box. The image includes PDO modules for MySQL, PostgreSQL and SQLite, required for the `Database` one, but you still need to keep the /srv/data persisted for the server salt and the traffic limiter.
Note: The `Filesystem` data storage is supported out of the box. The image includes PDO modules for MySQL and PostgreSQL, required for the `Database` one, but you still need to keep the /srv/data persisted for the server salt and the traffic limiter when using a release before 1.4.
### Adjusting nginx or php-fpm settings