From 2b1bb5a1cdc7e9cc9de3a0dd1184cb1d4edcc2b4 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 27 Sep 2024 06:55:16 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-jackett.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/images/docker-jackett.md b/docs/images/docker-jackett.md index 572efbd63..2c7d1bbb8 100644 --- a/docs/images/docker-jackett.md +++ b/docs/images/docker-jackett.md @@ -39,6 +39,14 @@ The architectures supported by this image are: The web interface is at `:9117` , configure various trackers and connections to other apps there. More info at [Jackett](https://github.com/Jackett/Jackett). +## Read-Only Operation + +This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/). + +### Caveats + +`AUTO_UPDATE` will not be available. + ## Usage To help you get started creating a container from this image you can either use docker-compose or the docker cli. @@ -250,7 +258,7 @@ Below are the instructions for updating containers: ### Image Update Notifications - Diun (Docker Image Update Notifier) -!!! tip +!!! tip We recommend [Diun](https://crazymax.dev/diun/) for update notifications. Other tools that automatically update containers unattended are not recommended or supported.