From b2fbe75290bcf6b4f0a113362972eee6075a628c Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 10 Jan 2026 01:52:44 -0500 Subject: [PATCH] run as user --- tasks/plex.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/plex.yml b/tasks/plex.yml index 10af2e1..fb482ee 100644 --- a/tasks/plex.yml +++ b/tasks/plex.yml @@ -22,8 +22,8 @@ devices: - /dev/dri:/dev/dri env: - PUID: "{{ PUID }}" - PGID: "{{ PGID }}" + PUID: "1000" + PGID: "1000" TZ: "{{ TZ }}" VERSION: "docker" PLEX_CLAIM: "{{ PLEX_CLAIM_TOKEN }}"