theocorp_docker_compose/autorestic/docker-compose.yml
2025-01-15 01:49:16 +00:00

13 lines
368 B
YAML

version: '3.9'
services:
autorestic:
image: cupcakearmy/autorestic
container_name: autorestic
privileged: true
volumes:
- /home/geezo/docker_containers/autorestic:/data
- /home/geezo/docker_containers/immich:/immich
- /var/run/docker.sock:/var/run/docker.sock
command: autorestic backup -va -c /data/config.yaml
restart: no