mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-24 07:42:35 +02:00
wiki: Update docker compose template path (#75)
* wiki: Update docker compose template path
* Update 🔧-How-to-Install.md
Co-authored-by: Frank Elsinga <frank@elsinga.de>
---------
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
parent
2dbd951441
commit
07ec8259ae
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ docker run -d --restart=always -p <YOUR_PORT>:3001 -v <YOUR_DIR OR VOLUME>:/app/
|
|||
### 🐳 Docker Compose
|
||||
|
||||
Example docker-compose template:
|
||||
https://github.com/louislam/uptime-kuma/blob/master/docker/docker-compose.yml
|
||||
[https://github.com/louislam/uptime-kuma/blob/1.23.X/docker/docker-compose.yml](https://github.com/louislam/uptime-kuma/blob/1.23.X/docker/docker-compose.yml)
|
||||
|
||||
```bash
|
||||
docker compose up -d
|
||||
|
|
Loading…
Add table
Reference in a new issue