@@ -94,9 +94,9 @@ services:
9494 - PGID=1000
9595 - TZ=Etc/UTC
9696 - KOMETA_CONFIG=/config/config.yml # optional
97- - KOMETA_TIME =03:00 # optional
97+ - KOMETA_TIMES =03:00 # optional
9898 - KOMETA_RUN=False # optional
99- - KOMETA_TEST =False # optional
99+ - KOMETA_TESTS =False # optional
100100 - KOMETA_NO_MISSING=False # optional
101101 volumes :
102102 - /path/to/kometa/config:/config
@@ -112,9 +112,9 @@ docker run -d \
112112 -e PGID=1000 \
113113 -e TZ=Etc/UTC \
114114 -e KOMETA_CONFIG=/config/config.yml `#optional` \
115- -e KOMETA_TIME =03:00 `#optional` \
115+ -e KOMETA_TIMES =03:00 `#optional` \
116116 -e KOMETA_RUN=False `#optional` \
117- -e KOMETA_TEST =False `#optional` \
117+ -e KOMETA_TESTS =False `#optional` \
118118 -e KOMETA_NO_MISSING=False `#optional` \
119119 -v /path/to/kometa/config:/config \
120120 --restart unless-stopped \
@@ -131,9 +131,9 @@ Containers are configured using parameters passed at runtime (such as those abov
131131| ` -e PGID=1000 ` | for GroupID - see below for explanation |
132132| ` -e TZ=Etc/UTC ` | specify a timezone to use, see this [ list] ( https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List ) . |
133133| ` -e KOMETA_CONFIG=/config/config.yml ` | Specify a custom config file to use. |
134- | ` -e KOMETA_TIME =03:00 ` | Comma-separated list of times to update each day. Format: ` HH:MM ` . |
134+ | ` -e KOMETA_TIMES =03:00 ` | Comma-separated list of times to update each day. Format: ` HH:MM ` . |
135135| ` -e KOMETA_RUN=False ` | Set to ` True ` to run without the scheduler. |
136- | ` -e KOMETA_TEST =False ` | Set to ` True ` to run in debug mode with only collections that have ` test: true ` . |
136+ | ` -e KOMETA_TESTS =False ` | Set to ` True ` to run in debug mode with only collections that have ` test: true ` . |
137137| ` -e KOMETA_NO_MISSING=False ` | Set to ` True ` to run without any of the missing movie/show functions. |
138138| ` -v /config ` | Persistent config files |
139139
0 commit comments