diff --git a/README.md b/README.md index 28840d8a..d6232066 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,14 @@ 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://localhost:3001 +Uptime Kuma is now running on http://:3001 + +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: + +```bash +docker run -d --restart=always -p 127.0.0.1:3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1 +``` + ### 💪🏻 Non-Docker