1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-07-17 21:16:46 +03:00

Change execution schedule (#5)

**README**
- Changed `CRON_TIME` in `docker-compose`.
- Added info on when the script runs.

**Dockerfile**
- Changed execution schedule from 5am everyday to every 12 hours.
This commit is contained in:
jmqm
2021-05-25 21:10:41 -05:00
committed by GitHub
parent 02c9d71114
commit ae779ce6e5
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ RUN apk add --no-cache \
zip \
tzdata
ENV CRON_TIME "0 5 * * *"
ENV CRON_TIME "* */12 * * *"
ENV UID 100
ENV GID 100
ENV CRONFILE /etc/crontabs/root