pbs-client-docker/docker-compose/docker-compose.yml
Aterfax 581bf00824
Update docker-compose.yml
Add /run to tmpfs
2024-07-22 01:34:06 +01:00

20 lines
576 B
YAML

version: '3.3'
services:
pbs-client:
image: aterfax/pbs-client
container_name: pbs-client
hostname: pbs-client
restart: unless-stopped
env_file:
- .env
tmpfs:
- /tmp
- /run
volumes:
- ./pbsconfig/:/root/.config/proxmox-backup/
# Note - if you want to restore backups make sure to change to read write below.
# See the 'restore-backup' command inside the container.
- ./backups/test1:/backups/test1:ro
- ./backups/test2:/backups/test2:ro
- ./backups/test3:/backups/test3:ro