From e48a879c436b7deccad73deb39aa8151afff0038 Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 3 Aug 2024 14:46:47 +0200 Subject: [PATCH] fix: torrent 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 ec2de16..5d4b012 100644 --- a/nomad-job/rutorrent.nomad +++ b/nomad-job/rutorrent.nomad @@ -60,7 +60,7 @@ job "torrent" { } env { - PUID = 1000001 + PUID = 100001 PGID = 10 UMASK = 002 WEBUI_PORT = "8080"