From 452ab3611a8c4e327fcfae8a5733b48347309cf3 Mon Sep 17 00:00:00 2001 From: vincent Date: Fri, 12 Apr 2024 08:58:02 +0200 Subject: [PATCH] fix (syncthing): change UID to match to folder --- nomad-job/syncthing.nomad | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nomad-job/syncthing.nomad b/nomad-job/syncthing.nomad index fccac87..9a55154 100644 --- a/nomad-job/syncthing.nomad +++ b/nomad-job/syncthing.nomad @@ -52,6 +52,11 @@ job "syncthing" { ] } + + env{ + PUID = 1000001 + GUID = 1000001 + } resources { memory = 200 }