changing user to nobody

This commit is contained in:
Richie Cahill 2024-05-27 11:23:12 -04:00
parent 800f162723
commit 89791e1f40

View File

@ -9,7 +9,7 @@
"/ZFS/Media/Docker/filebrowser:/config"
];
autoStart = true;
user = "richie:users";
user = "nobody:users";
};
};
}