From 61bafff0acfa69f56792ae608ffedfca3872f937 Mon Sep 17 00:00:00 2001 From: "D. Domig" Date: Mon, 27 Jul 2020 15:12:36 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 244581a..f00873a 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Most variables are the same as in the [official postgres image](https://hub.dock |--|--| | BACKUP_DIR | Directory to save the backup at. Defaults to `/backups`. | | BACKUP_KEEP_DAYS | Number of daily backups to keep before removal. Defaults to `7`. | -| BACKUP_KEEP_WEEKS | Number of weekkly backups to keep before removal. Defaults to `4`. | +| BACKUP_KEEP_WEEKS | Number of weekly backups to keep before removal. Defaults to `4`. | | BACKUP_KEEP_MONTHS | Number of monthly backups to keep before removal. Defaults to `6`. | | HEALTHCHECK_PORT | Port listening for cron-schedule health check. Defaults to `8080`. | | POSTGRES_DB | Comma or space separated list of postgres databases to backup. Required. |