1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-01 19:45:22 +02:00

note on network attached drives (#3013)

This commit is contained in:
Hayden 2024-01-20 10:20:11 -06:00 committed by GitHub
parent 7e9c8b9e43
commit 0602d0bf00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,9 @@
# Installing with SQLite
!!! Warning
If you're plannin on deploying and using Network Attached Storage with Mealie, you should use [Postgres](./postgres.md) instead of SQLite. SQLite is not designed to be used with Network Attached Storage and can cause data corruption, or locked database errors
SQLite is a popular, open source, self-contained, zero-configuration database that is the ideal choice for Mealie when you have 1-20 Users. Below is a ready to use docker-compose.yaml file for deploying Mealie on your server.
**For Environment Variable Configuration, see** [Backend Configuration](./backend-config.md)