Updated ๐Ÿ†™ How to Update (markdown)

migrate-v1-to-v2
Louis Lam 2021-08-22 15:15:24 +08:00
parent 0a1995fe56
commit 9576af7592
1 changed files with 2 additions and 2 deletions

@ -1,4 +1,4 @@
### ๐Ÿ†™๐Ÿณ Docker
## ๐Ÿ†™๐Ÿณ Docker
Re-pull the latest docker image and create another container with the same volume.
@ -13,7 +13,7 @@ docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name upti
PS: For every new release, it takes some time to build the docker image, please be patient if it is not available yet.
### ๐Ÿ†™ ๐Ÿ’ช๐Ÿป Without Docker
## ๐Ÿ†™ ๐Ÿ’ช๐Ÿป Without Docker
```bash
cd <uptime-kuma-directory>