Update README.md

This commit is contained in:
Louis Lam
2021-12-08 15:25:43 +08:00
committed by GitHub
parent 12215af2f4
commit c91f517121

View File

@@ -41,6 +41,8 @@ docker volume create uptime-kuma
docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1
```
⚠️ Please use a **local volume** only. Other types such as NFS are not supported.
Browse to http://localhost:3001 after starting.
### 💪🏻 Non-Docker