Skip to content

Commit

Permalink
note on network attached drives (#3013)
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-kot authored Jan 20, 2024
1 parent 7e9c8b9 commit 0602d0b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 0602d0b

Please sign in to comment.