Update user:group

This commit is contained in:
♥ Minnie ♥ 2024-06-17 17:29:08 +08:00
parent a98e863719
commit f7a2f1baa9
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -21,12 +21,15 @@ in
"/srv/containers/jellyfin/config:/config:rw"
"/srv/containers/jellyfin/cache:/cache:rw"
];
environment = {
PUID = "1000";
PGID = "100";
};
extraOptions = [
"--group-add=303"
"--device=/dev/dri/renderD128:/dev/dri/renderD128"
"--network=media-stack"
];
user = "1000:100";
};
};