Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI
2024-07-17 03:44:24 +00:00
parent 1c205c1da6
commit 2c2a6d2367
2 changed files with 8 additions and 0 deletions

View File

@@ -73,6 +73,11 @@ Access the webui at `<your-ip>:9696`, for more information check out [Prowlarr](
Setup info can be found [here](https://wikijs.servarr.com/prowlarr/quick-start-guide).
## 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.
@@ -121,6 +126,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| `-e PGID=1000` | for GroupID - see below for explanation |
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
| `-v /config` | Database and Prowlarr configs |
| `--read-only=true` | Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). |
## Environment variables from files (Docker secrets)