mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-19 16:42:03 +03:00
Merge pull request #47 from davwheat/patch-1
docs: use newer docker compose syntax for updating
commit
e1ea014e03
1 changed files with 2 additions and 3 deletions
|
@ -22,9 +22,8 @@ PS: For every new release, it takes some time to build the docker image, please
|
|||
|
||||
```bash
|
||||
cd "<YOUR docker-compose.yml DIRECTORY>"
|
||||
docker pull louislam/uptime-kuma:1
|
||||
docker stop uptime-kuma
|
||||
docker-compose up -d --force-recreate
|
||||
docker compose pull
|
||||
docker compose up -d --force-recreate
|
||||
```
|
||||
|
||||
## 🆙 💪🏻 Non-Docker
|
||||
|
|
Loading…
Reference in a new issue