From 77aad0ac9cc41381581b76a236055e96902428a8 Mon Sep 17 00:00:00 2001 From: Dave Lane Date: Thu, 13 Feb 2020 18:02:17 +1300 Subject: [PATCH] improved documentation within sample configuration file --- sqlite_backup.conf-sample | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sqlite_backup.conf-sample b/sqlite_backup.conf-sample index 3cf7788..6f80389 100644 --- a/sqlite_backup.conf-sample +++ b/sqlite_backup.conf-sample @@ -10,6 +10,11 @@ BU_FROOT=preferred-basename DB_DIR=/path/to/database/directory DB_FILE=your-db.sqlite3 # +# docker compose settings +DC_DIR=/path/to/directory/containing/your/docker-compose.yml +# this is the name at the top of your docker-compose.yml stanza describing the container running SQLite +DC_CONT=name_of_your_container +# # Reporting # # email address to send reports to, and subject