From f3cbe918833b069d011c2df02b754d6c9ffa99d2 Mon Sep 17 00:00:00 2001 From: Haffi Date: Thu, 25 Apr 2024 08:42:18 +0000 Subject: [PATCH] updates package registry reference --- docs/installation-containerized/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation-containerized/docker.md b/docs/installation-containerized/docker.md index 74372c36..7017f3bc 100644 --- a/docs/installation-containerized/docker.md +++ b/docs/installation-containerized/docker.md @@ -58,7 +58,7 @@ There are a handful of ways to add packages: Using a custom docker image is the preferred approach, as it gives you the stability of packages only changing when you tell them to, along with packages not having to be downloaded every time your container restarts -1. Add each additional package that you want to install to a single line in `conf/requirements.txt`. It is recommended, but not required, that you include a version number as well. This will keep your packages from magically updating. You can lookup packages on , and copy everything after `pip install` from the top of the page to use the most recent version. It should look something like `allianceauth-signal-pings==0.0.7`. Every entry in this file should be on a separate line +1. Add each additional package that you want to install to a single line in `conf/requirements.txt`. It is recommended, but not required, that you include a version number as well. This will keep your packages from magically updating. You can lookup packages on , and copy from the title at the top of the page to use the most recent version. It should look something like `allianceauth-signal-pings==0.0.7`. Every entry in this file should be on a separate line 1. Modify `docker-compose.yml`, as follows. * Comment out the `image` line under `allianceauth` * Uncomment the `build` section