Update docker-compose.yml

Add /run to tmpfs
This commit is contained in:
Aterfax 2024-07-22 01:34:06 +01:00 committed by GitHub
parent f7ee18d17e
commit 581bf00824
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,7 @@ services:
- .env - .env
tmpfs: tmpfs:
- /tmp - /tmp
- /run
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.