From 291992764170a39bb71123f12e462e7e3ff89f0d Mon Sep 17 00:00:00 2001 From: Rakovskij Stanislav Date: Thu, 5 Oct 2023 09:49:35 +0300 Subject: [PATCH] Add localhost url for convenience --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6232066..34e14f73 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,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. -Uptime Kuma is now running on http://:3001 +Uptime Kuma is now running on http://:3001 (and http://127.0.0.1:3001 too). If you want to run it at localhost (without exposing port for other users or to use with nginx), you can expose port like that: