From cd47c51c327b6ae9ffea20ebe505cc27256d214b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 1 May 2021 22:13:19 +0200 Subject: [PATCH] Update config.json --- plex/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plex/config.json b/plex/config.json index c9a8afa41..e097142fb 100644 --- a/plex/config.json +++ b/plex/config.json @@ -41,8 +41,8 @@ "devices": ["/dev/ttyUSB0", "/dev/*", "/dev/sda1"], "environment": { "VERSION": "docker", - "PUID": 0, - "PGID": 0 + "PUID": "0", + "PGID": "0" }, "options": { "PUID": 0,