Reworded the documentation to use an alert instead

pull/3836/head
Frank Elsinga 4 months ago committed by GitHub
parent 2919927641
commit ca82e3d7e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -45,13 +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://<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:
```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
```
Uptime Kuma is now running on <http://0.0.0.0:3001>.
> [!NOTE]
> If you want to limit exppoure to localhost (without exposing port for other users or to use a [reverse proxyx](https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy)), you can expose the port like this:
>
> ```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

Loading…
Cancel
Save