From 838913f0a1142c79bc91d980d061188a2e940d8f Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 11 Jul 2021 23:41:04 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7bfbf940..7198d423 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,12 @@ It is a self-hosted monitoring tool like "Uptime Robot". docker run -d --restart=always -p 3001:3001 louislam/uptime-kuma ``` +Change Port and Volume + +```bash +docker run -d --restart=always -p :3001 -v :/app/data louislam/uptime-kuma +``` + Browse to http://localhost:3001 after started. ### Without Docker From 83935a2cf464f0cf9c6364d9e63686182a7e2073 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 11 Jul 2021 23:41:21 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7198d423..b09048d7 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,14 @@ It is a self-hosted monitoring tool like "Uptime Robot". docker run -d --restart=always -p 3001:3001 louislam/uptime-kuma ``` +Browse to http://localhost:3001 after started. + Change Port and Volume ```bash docker run -d --restart=always -p :3001 -v :/app/data louislam/uptime-kuma ``` -Browse to http://localhost:3001 after started. - ### Without Docker Required Tools: Node.js >= 14, git and pm2.