From 7467a2da4bbfb84d19b28a20e59f460e1d765adb Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 30 Apr 2021 08:26:35 +0200 Subject: [PATCH] Pid gid --- plex/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plex/config.json b/plex/config.json index f05701ecc..9a31da532 100644 --- a/plex/config.json +++ b/plex/config.json @@ -41,7 +41,9 @@ "devices": ["/dev/ttyUSB0", "/dev/*", "/dev/sda1"], "full_access": true, "environment": { - "VERSION": "docker" + "VERSION": "docker", + "PUID": 0, + "PGID": 0 }, "options": { "PUID": 0,