fix wrong arg

Louis Lam 2021-10-31 01:06:41 +08:00
parent fbf9d2647c
commit 9ee9fe214f

@ -76,7 +76,7 @@ Browse to http://localhost:3001 after started.
```
# Listen to different port or hostname
pm2 start server/server.js --name uptime-kuma -- --port=80 --hostname=0.0.0.0
pm2 start server/server.js --name uptime-kuma -- --port=80 --host=0.0.0.0
```
#### Useful Commands