mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-22 03:25:56 +00:00
fix wrong arg
parent
fbf9d2647c
commit
9ee9fe214f
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ Browse to http://localhost:3001 after started.
|
||||||
|
|
||||||
```
|
```
|
||||||
# Listen to different port or hostname
|
# 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
|
#### Useful Commands
|
||||||
|
|
Loading…
Add table
Reference in a new issue