fix (syncthing): change UID to match to folder

This commit is contained in:
vincent 2024-04-12 08:58:02 +02:00
parent 1ee5e21f84
commit 452ab3611a

View File

@ -52,6 +52,11 @@ job "syncthing" {
]
}
env{
PUID = 1000001
GUID = 1000001
}
resources {
memory = 200
}