From 2a3db24154f7192c1e6db26f7019e91c7bdc1189 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 26 May 2020 20:35:32 +0200 Subject: [PATCH] Bot Updating Documentation --- images/docker-jackett.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/images/docker-jackett.md b/images/docker-jackett.md index 3fca33f6f..85f5e2ecf 100644 --- a/images/docker-jackett.md +++ b/images/docker-jackett.md @@ -48,6 +48,7 @@ docker create \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Europe/London \ + -e AUTO_UPDATE=true `#optional` \ -e RUN_OPTS= `#optional` \ -p 9117:9117 \ -v :/config \ @@ -72,6 +73,7 @@ services: - PUID=1000 - PGID=1000 - TZ=Europe/London + - AUTO_UPDATE=true #optional - RUN_OPTS= #optional volumes: - :/config @@ -99,6 +101,7 @@ Docker images are configured using parameters passed at runtime (such as those a | `PUID=1000` | for UserID - see below for explanation | | `PGID=1000` | for GroupID - see below for explanation | | `TZ=Europe/London` | Specify a timezone to use EG Europe/London. | +| `AUTO_UPDATE=true` | Allow Jackett to update inside of the container (currently recommended by Jackett and enabled by default) | | `RUN_OPTS=` | Optionally specify additional arguments to be passed. EG. `--ProxyConnection=10.0.0.100:1234`. | ### Volume Mappings (`-v`) @@ -151,6 +154,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **24.05.20:** - Allow user to optionally enable auto updates. * **31.12.19:** - Remove agressive startup chowning. * **23.03.19:** - Switching to new Base images, shift to arm32v7 tag. * **10.03.19:** - Switch to net-core builds of jackett, not dependant on mono and smaller images.