From 86a1b297e31a57affd162282a57e08d147f451e5 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sat, 7 Aug 2021 20:15:14 +0200 Subject: [PATCH] Bot Updating Documentation --- images/docker-healthchecks.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/images/docker-healthchecks.md b/images/docker-healthchecks.md index 21a46a890..6872178d5 100644 --- a/images/docker-healthchecks.md +++ b/images/docker-healthchecks.md @@ -62,7 +62,8 @@ services: - ALLOWED_HOSTS= - SUPERUSER_EMAIL= - SUPERUSER_PASSWORD= - - REGENERATE_SETTINGS=True/False + - REGENERATE_SETTINGS=True/False #optional + - SITE_LOGO_URL= #optional volumes: - :/config ports: @@ -88,7 +89,8 @@ docker run -d \ -e ALLOWED_HOSTS= \ -e SUPERUSER_EMAIL= \ -e SUPERUSER_PASSWORD= \ - -e REGENERATE_SETTINGS=True/False \ + -e REGENERATE_SETTINGS=True/False `#optional` \ + -e SITE_LOGO_URL= `#optional` \ -p 8000:8000 \ -v :/config \ --restart unless-stopped \ @@ -123,6 +125,7 @@ Docker images are configured using parameters passed at runtime (such as those a | `SUPERUSER_EMAIL=` | Superuser email | | `SUPERUSER_PASSWORD=` | Superuser password | | `REGENERATE_SETTINGS=True/False` | Defaults to False. Set to true to always override the `local_settings.py` file with values from environment variables. Do not set to True if you have made manual modifications to this file. | +| `SITE_LOGO_URL=` | Custom site logo URL | ### Volume Mappings (`-v`) @@ -179,6 +182,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **07.08.21:** - Update custom logo handling to support changes in v1.22.0 * **11.07.21:** - Rebase to Alpine 3.14. * **18.05.21:** - Add linuxserver wheel index. * **11.01.21:** - Add libffi-dev to allow building of python cryptography lib.