Skip to content

Commit

Permalink
Move tmpdir, set COMPlus_EnableDiagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Jul 3, 2024
1 parent ead4b1c commit eb1482a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ LABEL maintainer="Roxedus,thespad"

# environment settings
ARG PROWLARR_BRANCH="develop"
ENV XDG_CONFIG_HOME="/config/xdg"
ENV XDG_CONFIG_HOME="/config/xdg" \
COMPlus_EnableDiagnostics=0 \
TMPDIR=/run/prowlarr-temp

RUN \
echo "**** install packages ****" && \
Expand Down
4 changes: 3 additions & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ LABEL maintainer="Roxedus,thespad"

# environment settings
ARG PROWLARR_BRANCH="develop"
ENV XDG_CONFIG_HOME="/config/xdg"
ENV XDG_CONFIG_HOME="/config/xdg" \
COMPlus_EnableDiagnostics=0 \
TMPDIR=/run/prowlarr-temp

RUN \
echo "**** install packages ****" && \
Expand Down
2 changes: 2 additions & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ param_usage_include_ports: true
param_ports:
- { external_port: "9696", internal_port: "9696", port_desc: "The port for the Prowlarr web UI" }

readonly_supported: true

# application setup block
app_setup_block_enabled: true
app_setup_block: |
Expand Down
7 changes: 5 additions & 2 deletions root/etc/s6-overlay/s6-rc.d/init-prowlarr-config/run
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/usr/bin/with-contenv bash
# shellcheck shell=bash

# permissions
mkdir -p /run/prowlarr-temp

# permissions
lsiown -R abc:abc \
/config
/config \
/run/prowlarr-temp

0 comments on commit eb1482a

Please sign in to comment.