From 297450fddf5eccab9ecfe0c018454c2c5de333ab Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sun, 3 Dec 2023 19:15:05 +0100 Subject: [PATCH] clarified why NFS is not supported (#68) --- 🔧-How-to-Install.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/🔧-How-to-Install.md b/🔧-How-to-Install.md index 279fc43..84704d6 100644 --- a/🔧-How-to-Install.md +++ b/🔧-How-to-Install.md @@ -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.