From da1686cdea61e52434feff8b52352d67e6ce21b8 Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 4 Jan 2024 19:37:42 +0100 Subject: [PATCH] fix rutorrent: PUID --- nomad-job/rutorrent.nomad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad-job/rutorrent.nomad b/nomad-job/rutorrent.nomad index a71f5cb..bb17851 100644 --- a/nomad-job/rutorrent.nomad +++ b/nomad-job/rutorrent.nomad @@ -71,7 +71,7 @@ job "torrent" { } env { - PUID = 1000001 + PUID = 100001 PGID = 984 UMASK = 002 WEBUI_PORT = "8080"