mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 02:16:40 -05:00
feat: add environemnt variable to run grab at startup on docker
This commit is contained in:
@@ -6,6 +6,7 @@ ENV CRON_SCHEDULE="0 0 * * *"
|
||||
ENV GZIP=false
|
||||
ENV MAX_CONNECTIONS=1
|
||||
ENV DAYS=
|
||||
ENV RUN_AT_STARTUP=true
|
||||
RUN apk update \
|
||||
&& apk upgrade --available \
|
||||
&& apk add curl git tzdata bash \
|
||||
|
||||
Reference in New Issue
Block a user