Update README.md

This commit is contained in:
Louis Lam 2023-01-05 21:03:28 +08:00 committed by GitHub
parent 2d3fd738e4
commit 4ebf5a5f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name upti
⚠️ Please use a **local volume** only. Other types such as NFS are not supported.
Kuma is now running on http://localhost:3001
Uptime Kuma is now running on http://localhost:3001
### 💪🏻 Non-Docker
@ -73,7 +73,7 @@ pm2 start server/server.js --name uptime-kuma
```
Kuma is now running on http://localhost:3001
Uptime Kuma is now running on http://localhost:3001
More useful PM2 Commands