From 8ed77306e80ed9521f1f6f454548a7132e2d8529 Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 28 May 2022 16:01:14 +0200 Subject: [PATCH] change file location --- torrent.nomad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torrent.nomad b/torrent.nomad index d5a18f5..e30cc52 100644 --- a/torrent.nomad +++ b/torrent.nomad @@ -44,7 +44,7 @@ job "torrent" { ] volumes = [ "/mnt/diskstation/nomad/qbittorent:/config", - "/mnt/file:/downloads" + "/mnt/hetzner/storagebox/file:/downloads" ] }