diff --git a/README.md b/README.md index 87dfd8f..d86a23a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Over the past 2 years, this backup setup has enabled me to successfully restore - **Scheduled Backups**: Automates backups according to a defined schedule. - **Log Rotation**: Maintains weekly logs of all backup activities. - **Multi-Repository Backups**: Allows backups to multiple BorgBackup repositories simultaneously. -- **Healtcheck**: The healthcheck is based on the time of the last successful backup. +- **Healthcheck**: The healthcheck is based on the time of the last successful backup. ### Multi-target backups diff --git a/docker-compose.yml b/docker-compose.yml index 5f4b028..7c56ea5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,6 @@ services: image: ghcr.io/schmelczer/backup-container:latest container_name: backup init: true - tty: true environment: - TZ=Europe/London - SLEEP_TIME=1h # we will wait an hour between backups