mirror of
https://github.com/edv-pi/pbs-client-docker.git
synced 2025-04-20 05:52:55 +02:00
Merge pull request #7 from Aterfax/runexec
Amend /run tmpfs mount options.
This commit is contained in:
commit
b144c40c0b
@ -9,7 +9,7 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /tmp
|
- /tmp
|
||||||
- /run
|
- /run:exec
|
||||||
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user