Files
opt/docker-compose.rsnapshot.yml
Bram Veenboer 3675b86aa2 Update rsnapshot for updated container interface
A linuxserver/rsnapshot image update without tag update broke compatibility.
2025-04-12 21:37:39 +02:00

10 lines
238 B
YAML

services:
rsnapshot:
container_name: rsnapshot
image: linuxserver/rsnapshot:1.4.5
restart: unless-stopped
volumes:
- /opt/rsnapshot:/config
- /media/jupiter/rsnapshot:/host/scratch
- /root/.ssh:/root/.ssh:ro