mirror of
https://github.com/edv-pi/pbs-client-docker.git
synced 2025-04-20 05:52:55 +02:00
Update docker-compose.yml
Add /run to tmpfs
This commit is contained in:
parent
f7ee18d17e
commit
581bf00824
@ -9,10 +9,11 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /tmp
|
- /tmp
|
||||||
|
- /run
|
||||||
volumes:
|
volumes:
|
||||||
- ./pbsconfig/:/root/.config/proxmox-backup/
|
- ./pbsconfig/:/root/.config/proxmox-backup/
|
||||||
# Note - if you want to restore backups make sure to change to read write below.
|
# Note - if you want to restore backups make sure to change to read write below.
|
||||||
# See the 'restore-backup' command inside the container.
|
# See the 'restore-backup' command inside the container.
|
||||||
- ./backups/test1:/backups/test1:ro
|
- ./backups/test1:/backups/test1:ro
|
||||||
- ./backups/test2:/backups/test2:ro
|
- ./backups/test2:/backups/test2:ro
|
||||||
- ./backups/test3:/backups/test3:ro
|
- ./backups/test3:/backups/test3:ro
|
||||||
|
Loading…
Reference in New Issue
Block a user