From 6221be4441c669aee99d44d9d4b6c0f4d1f574a3 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sat, 28 Sep 2024 22:37:45 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-ombi.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/images/docker-ombi.md b/docs/images/docker-ombi.md index 398a3ce3a..35fbab4d3 100644 --- a/docs/images/docker-ombi.md +++ b/docs/images/docker-ombi.md @@ -51,6 +51,14 @@ This image provides various versions that are available via tags. Please read th Access the webui at `:3579`. Follow the setup wizard on initial install. Then configure the required services. +## 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 + +* `BASE_URL` cannot be changed from `/` + ## Usage To help you get started creating a container from this image you can either use docker-compose or the docker cli. @@ -256,7 +264,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.