services: autorestic: image: cupcakearmy/autorestic container_name: autorestic privileged: true environment: - RESTIC_REPOSITORY=albatross volumes: - /home/geezo/docker_containers/autorestic:/data - /home/geezo/docker_containers/immich:/immich - /var/run/docker.sock:/var/run/docker.sock - /home/geezo/nfs_shares/docker_volume_backups:/docker_volume_backups command: autorestic backup -va -c /data/config.yaml restart: no