Merge pull request #7 from Aterfax/runexec

Amend /run tmpfs mount options.
This commit is contained in:
Aterfax 2024-11-28 20:50:20 +00:00 committed by GitHub
commit b144c40c0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.