From 547812162d95cabb795eb0c2635ce8b1e9a9e383 Mon Sep 17 00:00:00 2001 From: DDSRem <73049927+DDSRem@users.noreply.github.com> Date: Fri, 19 Jul 2024 12:44:16 +0800 Subject: [PATCH] fix: display id conflict fix https://github.com/jxxghp/MoviePilot/issues/2247 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 798c4922..ec888714 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ ENV LANG="C.UTF-8" \ HOME="/moviepilot" \ CONFIG_DIR="/config" \ TERM="xterm" \ + DISPLAY=:99 \ PUID=0 \ PGID=0 \ UMASK=000 \