Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move tmpdir, set COMPlus_EnableDiagnostics (nightly) #38

Merged
merged 1 commit into from
Jul 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 READARR_BRANCH="nightly"
ENV XDG_CONFIG_HOME="/config/xdg"
ENV XDG_CONFIG_HOME="/config/xdg" \
COMPlus_EnableDiagnostics=0 \
TMPDIR=/run/readarr-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 READARR_BRANCH="nightly"
ENV XDG_CONFIG_HOME="/config/xdg"
ENV XDG_CONFIG_HOME="/config/xdg" \
COMPlus_EnableDiagnostics=0 \
TMPDIR=/run/readarr-temp

RUN \
echo "**** install packages ****" && \
Expand Down
3 changes: 1 addition & 2 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ param_usage_include_ports: true
param_ports:
- { external_port: "8787", internal_port: "8787", port_desc: "The port for the Readarr web UI", }

# optional env variables
opt_param_usage_include_env: false
readonly_supported: true

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

mkdir -p /run/readarr-temp

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