Louis Lam 2024-10-30 00:39:22 +08:00
commit 33a9b19fec

@ -62,7 +62,6 @@ Not available yet.
### Rootless Tags
⚠️ Rootless tags are for users who want to run Uptime Kuma without root privileges, but some features may not work as expected.
| Tag | Description |
|------------|--------------------------------------------------|
@ -91,6 +90,12 @@ Not available yet.
#### Beta Rootless Tags
> [!WARNING]
> Rootless images are not recommended for upgrading from v1 to v2, you will run into startup issues likely.
> [!WARNING]
> ⚠️ Rootless images are for users who want to run Uptime Kuma without root privileges, but some features may not work as expected.
| Tag | Description |
|--------------------|-------------------------------------------|
| beta-rootless | The latest of Beta version of Uptime Kuma (Rootless) |
@ -122,9 +127,11 @@ If you don't need the above features, you can use the slim version.
Rootless tags are for users who want to run Uptime Kuma without root privileges, but some features may not work as expected.
Known issues:
- ⚠️ Not recommended for upgrading from v1 to v2.
- ⚠️ If file permission is not set correctly, Uptime Kuma will run into startup issues. You should set the `data` directory to `node:node (1001:1001)` user.
- Docker monitor will not work without proper configure, as by default, it requires root privileges.
- If file permission is not set correctly, it may cause some issues.
- Unable to use embedded MariaDB, you will need to use external MariaDB.
- Embedded MariaDB doesn't seem to be working on Docker Desktop (Windows), if you the `data` directory bind to a Windows folder.
## Migration Steps (Docker)