Move tmpdir, set COMPlus_EnableDiagnostics

This commit is contained in:
thespad
2024-07-03 19:08:25 +01:00
parent 46a870db49
commit a92ee4c645
4 changed files with 11 additions and 3 deletions

View File

@@ -11,7 +11,9 @@ LABEL maintainer="Roxedus,thespad"
# environment settings
ARG PROWLARR_BRANCH="master"
ENV XDG_CONFIG_HOME="/config/xdg"
ENV XDG_CONFIG_HOME="/config/xdg" \
COMPlus_EnableDiagnostics=0 \
TMPDIR=/run/prowlarr-temp
RUN \
echo "**** install packages ****" && \