Update docker-compose.yml

Ensure /run is executable for S6 on host OSes with different tmpfs mount default options. (i.e. default=noexec).
This commit is contained in:
Aterfax 2024-11-28 20:29:30 +00:00 committed by GitHub
parent 581bf00824
commit 429250604b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ services:
- .env
tmpfs:
- /tmp
- /run
- /run:exec
volumes:
- ./pbsconfig/:/root/.config/proxmox-backup/
# Note - if you want to restore backups make sure to change to read write below.