Skip to content

Commit 709485e

Browse files
committed
Increase frequency of docker forgets
1 parent f841d81 commit 709485e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/backup-db/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ RUN apk add --no-cache postgresql-client restic
88
COPY --from=builder --chmod=755 /scripts /usr/src/app/
99

1010
RUN echo '30 * * * * /usr/src/app/backup.sh' >> /etc/crontabs/root
11-
RUN echo '10 0 * * 1 /usr/src/app/forget.sh' >> /etc/crontabs/root
11+
RUN echo '10 0 * * */2 /usr/src/app/forget.sh' >> /etc/crontabs/root
1212

1313
CMD crond -l 2 -f

0 commit comments

Comments
 (0)