From 033465cf1b9e96e2f9b7b15cbae52d6413e55aaa Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 31 Mar 2023 20:47:46 +0700 Subject: [PATCH] fix docker-compose.yml gh link --- mkdocs/docs/installation/docker-compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/installation/docker-compose.md b/mkdocs/docs/installation/docker-compose.md index 1e55960..18f4032 100644 --- a/mkdocs/docs/installation/docker-compose.md +++ b/mkdocs/docs/installation/docker-compose.md @@ -8,7 +8,7 @@ For minimal system requirements, the Tube Archivist stack needs around 2GB of av !!! note For **arm64**: Tube Archivist is a multi arch container, same for redis. For Elasitc Search use the official image for arm64 support. Other architectures are not supported. -Save the [docker-compose.yml](./docker-compose.yml) file from this reposity somewhere permanent on your system, keeping it named `docker-compose.yml`. You'll need to refer to it whenever starting this application. +Save the [docker-compose.yml](https://github.com/tubearchivist/tubearchivist/blob/master/docker-compose.yml) file from this reposity somewhere permanent on your system, keeping it named `docker-compose.yml`. You'll need to refer to it whenever starting this application. ## Overview The main Python application that displays and serves your video collection, built with Django.