Skip to content

Commit

Permalink
fix(arrs): set COMPlus_EnableDiagnostics to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Mar 31, 2024
1 parent a892cf5 commit 4088122
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/prowlarr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ARG VERSION
ARG CHANNEL

ENV \
COMPlus_EnableDiagnostics="0" \
PROWLARR__INSTANCE_NAME="Prowlarr" \
PROWLARR__BRANCH="${CHANNEL}" \
PROWLARR__PORT="9696" \
Expand Down
1 change: 1 addition & 0 deletions apps/radarr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ARG VERSION
ARG CHANNEL

ENV \
COMPlus_EnableDiagnostics="0" \
RADARR__INSTANCE_NAME="Radarr" \
RADARR__BRANCH="${CHANNEL}" \
RADARR__PORT="7878" \
Expand Down
1 change: 1 addition & 0 deletions apps/sonarr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ARG VERSION
ARG CHANNEL

ENV \
COMPlus_EnableDiagnostics="0" \
SONARR__INSTANCE_NAME="Sonarr" \
SONARR__BRANCH="${CHANNEL}" \
SONARR__PORT="8989" \
Expand Down

0 comments on commit 4088122

Please sign in to comment.