mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 02:35:42 -04:00
chore: set cron default to match dtankdempse/thetvapp-m3u/
This commit is contained in:
@@ -14,8 +14,8 @@ FROM ghcr.io/linuxserver/baseimage-alpine:3.20
|
||||
ARG BUILD_DATE
|
||||
ARG VERSION
|
||||
ARG NGINX_VERSION
|
||||
ARG REFRESH
|
||||
ENV REFRESH="0/15 * * * *"
|
||||
ARG CRON_TIME
|
||||
ENV CRON_TIME="0/60 * * * *"
|
||||
|
||||
ENV URL_XML="https://raw.githubusercontent.com/dtankdempse/thetvapp-m3u/refs/heads/main/guide/epg.xml"
|
||||
ENV URL_XML_GZ="https://raw.githubusercontent.com/dtankdempse/thetvapp-m3u/refs/heads/main/guide/epg.xml.gz"
|
||||
|
||||
@@ -84,7 +84,7 @@ services:
|
||||
- PUID=${PUID:-1000}
|
||||
- PGID=${PGID:-1000}
|
||||
- TZ=${SERVER_TIMEZONE}
|
||||
- CRON_TIME=*/1 * * * *
|
||||
- CRON_TIME=*/60 * * * *
|
||||
```
|
||||
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user