diff --git a/docs/images/docker-qbittorrent.md b/docs/images/docker-qbittorrent.md index dfcf916b1..45c11eef1 100644 --- a/docs/images/docker-qbittorrent.md +++ b/docs/images/docker-qbittorrent.md @@ -63,6 +63,10 @@ A bittorrent client can be an active or a passive node. Running your client as a Similarly to the WEBUI_PORT, to set the port to 6887 you need to pass -p 6887:6887, -p 6887:6887/udp and -e TORRENTING_PORT=6887 arguments to Docker. +## 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/). + ## Usage To help you get started creating a container from this image you can either use docker-compose or the docker cli. @@ -280,7 +284,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.