rename all yml files to yaml

This commit is contained in:
2024-12-22 16:09:32 +01:00
parent 8381aec8da
commit b8471944b0
32 changed files with 50 additions and 49 deletions

View File

@@ -0,0 +1,13 @@
services:
rsnapshot:
container_name: rsnapshot
image: linuxserver/rsnapshot:1.4.5
restart: unless-stopped
volumes:
- /opt/rsnapshot/etc:/etc/rsnapshot
- /opt/rsnapshot/var/log:/var/log
- /opt/rsnapshot/var/run:/var/run
- /opt/rsnapshot/var/spool:/var/spool
- /opt/rsnapshot/usr:/host/usr
- /mnt/yotta/xenon/rsnapshot:/host/scratch
- /root/.ssh:/root/.ssh:ro