Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Ensure /run is executable for S6 on host OSes with different tmpfs mount default options. (i.e. default=noexec).
  • Loading branch information
Aterfax authored Nov 28, 2024
1 parent 581bf00 commit 4292506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4292506

Please sign in to comment.