Clarify volume differences in example
This commit is contained in:
parent
88c3b5c00e
commit
0559e76a3a
1 changed files with 4 additions and 2 deletions
|
@ -41,8 +41,10 @@ services:
|
|||
restic-volume-backup.enabled: true
|
||||
# These volumes will be backed up
|
||||
volumes:
|
||||
media:/srv/media
|
||||
/srv/files:/srv/files
|
||||
# Docker volume
|
||||
- media:/srv/media
|
||||
# Host map
|
||||
- /srv/files:/srv/files
|
||||
|
||||
volumes:
|
||||
media:
|
||||
|
|
Loading…
Add table
Reference in a new issue