From fbfb4b86081605e99f5f752479cfc9cf58fb6507 Mon Sep 17 00:00:00 2001 From: mrhid6 Date: Wed, 9 Sep 2026 11:23:08 +0000 Subject: [PATCH] fix: Fixed docker compose repo url --- docs/getting-started/self-hosted-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/self-hosted-install.md b/docs/getting-started/self-hosted-install.md index c56fa21..a6908ee 100644 --- a/docs/getting-started/self-hosted-install.md +++ b/docs/getting-started/self-hosted-install.md @@ -27,7 +27,7 @@ database to provide. ```bash mkdir -p /opt/vantage && cd /opt/vantage -curl -fsSLO https://gitea.hostxtra.co.uk/mrhid6/vantage/raw/branch/main/deploy/docker/docker-compose.yml +curl -fsSLO https://gitea.hostxtra.co.uk/vantage/vantage-app/raw/branch/main/deploy/docker/docker-compose.yml ``` ## 2. Write the environment file