1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-07-16 05:54:40 +03:00

changed default backup path

updated README.md to new image paths
This commit is contained in:
10
2018-11-18 14:26:08 +01:00
parent 21e51383e2
commit f7e48cc4de
2 changed files with 5 additions and 5 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/backup.sqlite3
ENV BACKUP_FILE /data/db-backup/backup.sqlite3
ENV CRON_TIME "0 5 * * *"
ENV TIMESTAMP false