fix seedboxsync: correct image name
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
vincent 2022-12-06 19:13:46 +01:00
parent ab74166a49
commit b8b2db7632

View File

@ -28,7 +28,7 @@ job "seedboxsync" {
name = "seedboxsync"
}
config {
image = "ducampsv/rsync-docker:latest"
image = "ducampsv/rsync:latest"
volumes = [
"/mnt/diskstation/media/download:/media",
"local/id_rsa:/home/rsyncuser/.ssh/id_rsa"