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:
parent
4b0a057199
commit
b2336cee44
6 changed files with 71 additions and 2 deletions
5
src/app/dcron.sh
Executable file
5
src/app/dcron.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
# https://github.com/dubiousjim/dcron/issues/13
|
||||
set -e
|
||||
|
||||
/usr/sbin/crond "$@"
|
Loading…
Add table
Add a link
Reference in a new issue