From 77f3eb4e027cefc097daffd9e863d2f7ec28822b Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 16 Dec 2025 14:12:14 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-kometa.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/images/docker-kometa.md b/docs/images/docker-kometa.md index d8f4f7056a..372abae030 100644 --- a/docs/images/docker-kometa.md +++ b/docs/images/docker-kometa.md @@ -77,9 +77,9 @@ services: - PGID=1000 - TZ=Etc/UTC - KOMETA_CONFIG=/config/config.yml #optional - - KOMETA_TIME=03:00 #optional + - KOMETA_TIMES=03:00 #optional - KOMETA_RUN=False #optional - - KOMETA_TEST=False #optional + - KOMETA_TESTS=False #optional - KOMETA_NO_MISSING=False #optional volumes: - /path/to/kometa/config:/config @@ -95,9 +95,9 @@ docker run -d \ -e PGID=1000 \ -e TZ=Etc/UTC \ -e KOMETA_CONFIG=/config/config.yml `#optional` \ - -e KOMETA_TIME=03:00 `#optional` \ + -e KOMETA_TIMES=03:00 `#optional` \ -e KOMETA_RUN=False `#optional` \ - -e KOMETA_TEST=False `#optional` \ + -e KOMETA_TESTS=False `#optional` \ -e KOMETA_NO_MISSING=False `#optional` \ -v /path/to/kometa/config:/config \ --restart unless-stopped \ @@ -121,9 +121,9 @@ Containers are configured using parameters passed at runtime (such as those abov | `PGID=1000` | for GroupID - see below for explanation | | `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). | | `KOMETA_CONFIG=/config/config.yml` | Specify a custom config file to use. | -| `KOMETA_TIME=03:00` | Comma-separated list of times to update each day. Format: `HH:MM`. | +| `KOMETA_TIMES=03:00` | Comma-separated list of times to update each day. Format: `HH:MM`. | | `KOMETA_RUN=False` | Set to `True` to run without the scheduler. | -| `KOMETA_TEST=False` | Set to `True` to run in debug mode with only collections that have `test: true`. | +| `KOMETA_TESTS=False` | Set to `True` to run in debug mode with only collections that have `test: true`. | | `KOMETA_NO_MISSING=False` | Set to `True` to run without any of the missing movie/show functions. | ### Volume Mappings (`-v`)