mirror of
https://github.com/edv-pi/pbs-client-docker.git
synced 2025-04-16 19:42:55 +02:00
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:
parent
581bf00824
commit
429250604b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user