mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +00:00
clarified why NFS is not supported (#68)
parent
daea415e11
commit
297450fddf
1 changed files with 3 additions and 1 deletions
|
@ -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
|
Uptime Kuma is now running on http://localhost:3001
|
||||||
|
|
||||||
> [!WARNING]
|
> [!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.
|
Browse to http://localhost:3001 after started.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue