How to run it through Docker with SQLite? #975
Replies: 2 comments 4 replies
-
AFAIK you should use the PDO one, as that is the PHP adapter for SQL* in any way: https://hub.docker.com/r/privatebin/pdo So if you wanna use that, just provide a custom configuration: https://github.com/PrivateBin/docker-nginx-fpm-alpine#custom-configuration And then configure it to use your DB backend: https://github.com/PrivateBin/PrivateBin/wiki/Configuration#model Warning: Note that our installation guide advises against SQLite for production. |
Beta Was this translation helpful? Give feedback.
-
Hi @rugk
I've tried to I'm facing this error:
Any ideas? |
Beta Was this translation helpful? Give feedback.
-
Hi there,
I see in the documentation some references about SQLite being covered nevertheless in the config sample and in Docker images list, it's never mentioned.
Could you please clarify which images should I use and which configuration to have PrivateBin running with SQLite?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions