From 993b854a589c3b977ac7d8e74e37ca8138725ce2 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Wed, 12 Oct 2022 06:35:32 +0200 Subject: [PATCH] reword misleading section on databases SQLite hasn't been supported since at least dba458cad96c2d0480289e4767f962c801605ec9 and with 1.4 the database storage stores all of the persistance data, too. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 184504a..666719a 100644 --- a/README.md +++ b/README.md @@ -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