mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-09 16:52:13 +01:00
Increase frequency of docker forgets
This commit is contained in:
parent
f841d8173b
commit
709485e0e9
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ RUN apk add --no-cache postgresql-client restic
|
||||||
COPY --from=builder --chmod=755 /scripts /usr/src/app/
|
COPY --from=builder --chmod=755 /scripts /usr/src/app/
|
||||||
|
|
||||||
RUN echo '30 * * * * /usr/src/app/backup.sh' >> /etc/crontabs/root
|
RUN echo '30 * * * * /usr/src/app/backup.sh' >> /etc/crontabs/root
|
||||||
RUN echo '10 0 * * 1 /usr/src/app/forget.sh' >> /etc/crontabs/root
|
RUN echo '10 0 * * */2 /usr/src/app/forget.sh' >> /etc/crontabs/root
|
||||||
|
|
||||||
CMD crond -l 2 -f
|
CMD crond -l 2 -f
|
||||||
|
|
Loading…
Reference in a new issue