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:
parent
7e9c8b9e43
commit
0602d0bf00
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue