1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-07-11 18:39:53 +02:00

add side container which backups tt-rss database once a week

bump alpine image to 3.12
This commit is contained in:
Andrew Dolgov 2020-09-30 12:36:20 +03:00
parent 4b0a057199
commit b2336cee44
6 changed files with 71 additions and 2 deletions

5
src/app/dcron.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
# https://github.com/dubiousjim/dcron/issues/13
set -e
/usr/sbin/crond "$@"