Add localhost url for convenience

pull/3836/head
Rakovskij Stanislav 1 year ago committed by GitHub
parent 02bf4fc31b
commit 2919927641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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. ⚠️ Please use a **local volume** only. Other types such as NFS are not supported.
Uptime Kuma is now running on http://<your_external_ip>:3001 Uptime Kuma is now running on http://<your_external_ip>: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: 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:

Loading…
Cancel
Save