From 07ec8259ae5223a3e13549968c1c1f2545a37032 Mon Sep 17 00:00:00 2001 From: DeviousFusion Date: Thu, 4 Jan 2024 20:56:19 -0600 Subject: [PATCH] wiki: Update docker compose template path (#75) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * wiki: Update docker compose template path * Update 🔧-How-to-Install.md Co-authored-by: Frank Elsinga --------- Co-authored-by: Louis Lam Co-authored-by: Frank Elsinga --- 🔧-How-to-Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/🔧-How-to-Install.md b/🔧-How-to-Install.md index 84704d6..19bb8c0 100644 --- a/🔧-How-to-Install.md +++ b/🔧-How-to-Install.md @@ -39,7 +39,7 @@ docker run -d --restart=always -p :3001 -v :/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