1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-07-15 13:34:35 +03:00

Added backup folder

This commit is contained in:
10
2018-11-18 03:00:06 +01:00
parent 813e72c443
commit 8c380b999f
2 changed files with 7 additions and 2 deletions

View File

@ -6,7 +6,7 @@ RUN apk add --update \
COPY start.sh backup.sh /
ENV DB_FILE /data/db.sqlite3
ENV BACKUP_FILE /data/db-backup.sqlite3
ENV BACKUP_FILE /data/db_backup/backup.sqlite3
ENV CRON_TIME "0 5 * * *"
ENV TIMESTAMP false