Skip to content

Commit aea603f

Browse files
authored
Fix a typo in the restic rclone example (#190)
1 parent 696e8a7 commit aea603f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ services:
353353
# and change the above to
354354
# - rclone-config:/config/rclone
355355
- mc:/data:ro
356-
- backups:/backup
356+
- backups:/backups
357357
358358
volumes:
359359
# Uncomment this if using the config step above

examples/docker-compose.restic-rclone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
# and change the above to
2525
# - rclone-config:/config/rclone
2626
- mc:/data:ro
27-
- backups:/backup
27+
- backups:/backups
2828

2929
volumes:
3030
# Uncomment this if using the config step above

0 commit comments

Comments
 (0)