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 }