update to 1.3.1

This commit is contained in:
LouisLam
2021-08-22 02:09:16 +08:00
parent 05680472a7
commit b53582a812
2 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ curl -o kuma_install.sh https://raw.githubusercontent.com/louislam/uptime-kuma/m
```bash
docker volume create uptime-kuma
docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1
docker run -d --restart=always -p 3001.3.11 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1
```
Browse to http://localhost:3001 after started.