Update rsnapshot for updated container interface

A linuxserver/rsnapshot image update without tag update broke compatibility.
This commit is contained in:
Bram Veenboer
2025-04-12 21:36:56 +02:00
parent f3b465abee
commit 3675b86aa2

View File

@@ -4,10 +4,6 @@ services:
image: linuxserver/rsnapshot:1.4.5 image: linuxserver/rsnapshot:1.4.5
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- /opt/rsnapshot/etc:/etc/rsnapshot - /opt/rsnapshot:/config
- /opt/rsnapshot/var/log:/var/log
- /opt/rsnapshot/var/run:/var/run
- /opt/rsnapshot/var/spool:/var/spool
- /opt/rsnapshot/usr:/host/usr
- /media/jupiter/rsnapshot:/host/scratch - /media/jupiter/rsnapshot:/host/scratch
- /root/.ssh:/root/.ssh - /root/.ssh:/root/.ssh:ro