From 76e1174986b6cc7dccb97ab0836fc377cb30fa69 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 18 Apr 2024 09:07:34 +1000 Subject: [PATCH] Update docker_install.md (#7062) Use raw file links --- docs/docs/start/docker_install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/start/docker_install.md b/docs/docs/start/docker_install.md index 36cd804c76..099588d6b7 100644 --- a/docs/docs/start/docker_install.md +++ b/docs/docs/start/docker_install.md @@ -31,9 +31,9 @@ The following files required for this setup are provided with the InvenTree sour | Filename | Description | | --- | --- | -| [docker-compose.yml](https://github.com/inventree/InvenTree/blob/master/contrib/container/docker-compose.yml) | The docker compose script | -| [.env](https://github.com/inventree/InvenTree/blob/master/contrib/container/.env) | Environment variables | -| [Caddyfile](https://github.com/inventree/InvenTree/blob/master/contrib/container/Caddyfile) | Caddy configuration file | +| [docker-compose.yml](https://raw.githubusercontent.com/inventree/InvenTree/master/contrib/container/docker-compose.yml)| The docker compose script | +| [.env](https://raw.githubusercontent.com/inventree/InvenTree/master/contrib/container/.env) | Environment variables | +| [Caddyfile](https://raw.githubusercontent.com/inventree/InvenTree/master/contrib/container/Caddyfile) | Caddy configuration file | Download these files to a directory on your local machine.