From 9ee9fe214fb6ce680781588a8ab61f9f3cb69434 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 31 Oct 2021 01:06:41 +0800 Subject: [PATCH] fix wrong arg --- 🔧-How-to-Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/🔧-How-to-Install.md b/🔧-How-to-Install.md index 99ed6b2..778015e 100644 --- a/🔧-How-to-Install.md +++ b/🔧-How-to-Install.md @@ -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