Files
PVE-Backup-Report/compose.yaml
T
2026-05-13 16:04:17 +02:00

9 lines
129 B
YAML

services:
pve-backup-report:
build: .
env_file:
- .env
volumes:
- ./reports:/reports
restart: "no"