Move tmpdir, set COMPlus_EnableDiagnostics

This commit is contained in:
thespad
2024-07-03 19:22:13 +01:00
parent e5f5908a36
commit f30bb696ba
4 changed files with 12 additions and 3 deletions

View File

@@ -10,7 +10,9 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="Roxedus,thespad"
ARG RADARR_BRANCH="master"
ENV XDG_CONFIG_HOME="/config/xdg"
ENV XDG_CONFIG_HOME="/config/xdg" \
COMPlus_EnableDiagnostics=0 \
TMPDIR=/run/radarr-temp
RUN \
echo "**** install packages ****" && \