clarified why NFS is not supported (#68)

Frank Elsinga 2023-12-03 19:15:05 +01:00 committed by GitHub
parent daea415e11
commit 297450fddf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

@ -7,7 +7,9 @@ docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name upti
Uptime Kuma is now running on http://localhost:3001
> [!WARNING]
> **NFS** (Network File System) are **NOT** supported. Please map to a local directory or volume.
> Filesystem support for POSIX file locks is required to avoid SQLite database corruption.
> Be aware of possible [file locking problems](https://www.sqlite.org/howtocorrupt.html#_file_locking_problems) such as those [commonly encountered with NFS](https://www.sqlite.org/faq.html#q5).
> **Please map the `/app/data`-folder to a local directory or volume.**
Browse to http://localhost:3001 after started.