Move tmpdir, set COMPlus_EnableDiagnostics
This commit is contained in:
@@ -11,7 +11,9 @@ LABEL maintainer="Roxedus,thespad"
|
|||||||
|
|
||||||
# environment settings
|
# environment settings
|
||||||
ARG PROWLARR_BRANCH="master"
|
ARG PROWLARR_BRANCH="master"
|
||||||
ENV XDG_CONFIG_HOME="/config/xdg"
|
ENV XDG_CONFIG_HOME="/config/xdg" \
|
||||||
|
COMPlus_EnableDiagnostics=0 \
|
||||||
|
TMPDIR=/run/prowlarr-temp
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
echo "**** install packages ****" && \
|
echo "**** install packages ****" && \
|
||||||
|
|||||||
@@ -11,7 +11,9 @@ LABEL maintainer="Roxedus,thespad"
|
|||||||
|
|
||||||
# environment settings
|
# environment settings
|
||||||
ARG PROWLARR_BRANCH="master"
|
ARG PROWLARR_BRANCH="master"
|
||||||
ENV XDG_CONFIG_HOME="/config/xdg"
|
ENV XDG_CONFIG_HOME="/config/xdg" \
|
||||||
|
COMPlus_EnableDiagnostics=0 \
|
||||||
|
TMPDIR=/run/prowlarr-temp
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
echo "**** install packages ****" && \
|
echo "**** install packages ****" && \
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ param_usage_include_ports: true
|
|||||||
param_ports:
|
param_ports:
|
||||||
- { external_port: "9696", internal_port: "9696", port_desc: "The port for the Prowlarr web UI" }
|
- { external_port: "9696", internal_port: "9696", port_desc: "The port for the Prowlarr web UI" }
|
||||||
|
|
||||||
|
readonly_supported: true
|
||||||
|
|
||||||
# application setup block
|
# application setup block
|
||||||
app_setup_block_enabled: true
|
app_setup_block_enabled: true
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
|
|
||||||
|
mkdir -p /run/prowlarr-temp
|
||||||
|
|
||||||
# permissions
|
# permissions
|
||||||
lsiown -R abc:abc \
|
lsiown -R abc:abc \
|
||||||
/config
|
/config \
|
||||||
|
/run/prowlarr-temp
|
||||||
|
|||||||
Reference in New Issue
Block a user