@@ -77,9 +77,9 @@ services:
7777 - PGID=1000
7878 - TZ=Etc/UTC
7979 - KOMETA_CONFIG=/config/config.yml # optional
80- - KOMETA_TIME =03:00 # optional
80+ - KOMETA_TIMES =03:00 # optional
8181 - KOMETA_RUN=False # optional
82- - KOMETA_TEST =False # optional
82+ - KOMETA_TESTS =False # optional
8383 - KOMETA_NO_MISSING=False # optional
8484 volumes :
8585 - /path/to/kometa/config:/config
@@ -95,9 +95,9 @@ docker run -d \
9595 -e PGID=1000 \
9696 -e TZ=Etc/UTC \
9797 -e KOMETA_CONFIG=/config/config.yml `#optional` \
98- -e KOMETA_TIME =03:00 `#optional` \
98+ -e KOMETA_TIMES =03:00 `#optional` \
9999 -e KOMETA_RUN=False `#optional` \
100- -e KOMETA_TEST =False `#optional` \
100+ -e KOMETA_TESTS =False `#optional` \
101101 -e KOMETA_NO_MISSING=False `#optional` \
102102 -v /path/to/kometa/config:/config \
103103 --restart unless-stopped \
@@ -121,9 +121,9 @@ Containers are configured using parameters passed at runtime (such as those abov
121121| ` PGID=1000 ` | for GroupID - see below for explanation |
122122| ` TZ=Etc/UTC ` | specify a timezone to use, see this [ list] ( https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List ) . |
123123| ` KOMETA_CONFIG=/config/config.yml ` | Specify a custom config file to use. |
124- | ` KOMETA_TIME =03:00` | Comma-separated list of times to update each day. Format: ` HH:MM ` . |
124+ | ` KOMETA_TIMES =03:00` | Comma-separated list of times to update each day. Format: ` HH:MM ` . |
125125| ` KOMETA_RUN=False ` | Set to ` True ` to run without the scheduler. |
126- | ` KOMETA_TEST =False` | Set to ` True ` to run in debug mode with only collections that have ` test: true ` . |
126+ | ` KOMETA_TESTS =False` | Set to ` True ` to run in debug mode with only collections that have ` test: true ` . |
127127| ` KOMETA_NO_MISSING=False ` | Set to ` True ` to run without any of the missing movie/show functions. |
128128
129129### Volume Mappings (` -v ` )
0 commit comments