mirror of
https://github.com/edv-pi/pbs-client-docker.git
synced 2025-04-16 19:42:55 +02:00
Set backup dirs read only for best practise.
This commit is contained in:
parent
702b39a8d6
commit
33ef7afc93
@ -11,6 +11,6 @@ services:
|
||||
- /tmp
|
||||
volumes:
|
||||
- ./pbsconfig/:/root/.config/proxmox-backup/
|
||||
- ./backups/test1:/backups/test1
|
||||
- ./backups/test2:/backups/test2
|
||||
- ./backups/test3:/backups/test3
|
||||
- ./backups/test1:/backups/test1:ro
|
||||
- ./backups/test2:/backups/test2:ro
|
||||
- ./backups/test3:/backups/test3:ro
|
||||
|
Loading…
Reference in New Issue
Block a user