From b8b2db76322b14730dc0a06b7d307f7ed1665770 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 6 Dec 2022 19:13:46 +0100 Subject: [PATCH] fix seedboxsync: correct image name --- nomad-job/seedboxsync.nomad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad-job/seedboxsync.nomad b/nomad-job/seedboxsync.nomad index 2bc4605..f299779 100644 --- a/nomad-job/seedboxsync.nomad +++ b/nomad-job/seedboxsync.nomad @@ -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"