diff --git a/Dockerfile b/Dockerfile index 0323a018..157d84da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ LABEL maintainer="Roxedus,thespad" # environment settings ARG LIDARR_BRANCH="nightly" -ENV XDG_CONFIG_HOME="/config/xdg"\ +ENV XDG_CONFIG_HOME="/config/xdg" \ COMPlus_EnableDiagnostics=0 \ TMPDIR=/run/lidarr-temp diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 8d84a7b2..1badf825 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -11,7 +11,7 @@ LABEL maintainer="Roxedus,thespad" # environment settings ARG LIDARR_BRANCH="nightly" -ENV XDG_CONFIG_HOME="/config/xdg"\ +ENV XDG_CONFIG_HOME="/config/xdg" \ COMPlus_EnableDiagnostics=0 \ TMPDIR=/run/lidarr-temp