Bot Updating Documentation

This commit is contained in:
LinuxServer-CI 2025-12-16 14:12:14 +00:00
parent 0ed1de1778
commit 77f3eb4e02
No known key found for this signature in database

View File

@ -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`)