Skip to content

Commit

Permalink
Update Docker sample & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaslindstedt committed May 15, 2021
1 parent 4d6121d commit 520c82d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Backup your Docker volumes and/or data folders and store them both short-term an
- Encrypt your backups for safe storage in the cloud.
- Verify your backups' integrity with sfv checksums.
- Cron scheduling for precise backup schedules.
- Pause your other Docker containers during backup/restoration to prevent invalid states.
- Pause your other Docker containers during backup/restoration to prevent invalid states
- Note: _This is only supported on the `-docker` tagged images._

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion samples/docker-compose.pause.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- ../data:/data # host-mounted folder

backup:
image: niclaslindstedt/docker-backup:latest
image: niclaslindstedt/docker-backup:latest-docker # this needs to be a '-docker' tagged image
environment:
- CRON_BACKUP=* * * * *
- PROJECT_NAME=samples # should be set to the parent folder of the compose file (this file)
Expand Down

0 comments on commit 520c82d

Please sign in to comment.