From da569f784b3a4813dfb4e0c713c8a72983a9f6e8 Mon Sep 17 00:00:00 2001 From: Donny <90471623+DonMcD@users.noreply.github.com> Date: Tue, 27 Feb 2024 19:31:43 -0700 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index b9cccc6..5798d81 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -389,10 +389,10 @@ services: volumes: # You need at least this one volume mapped so Unpackerr can find your files to extract. # Make sure this matches your Starr apps; the folder mount (/downloads or /data) should be identical. - - ${UNRAID_SHARE}:/share/downloads + - ${UNRAID_SHARE}:/share #- ${BASE_PATH}/unpackerr/config:/config restart: always - user: 1000:1000 + user: 1000:1000 #Needs to run as 1000 # What you see below are defaults for this compose. You only need to modify things specific to your environment. # Remove apps and feature configs you do not use or need. # ie. Remove all lines that begin with UN_CMDHOOK, UN_WEBHOOK, UN_FOLDER, UN_WEBSERVER, and other apps you do not use. @@ -402,15 +402,15 @@ services: - TZ=${TZ} #- UN_DEBUG=true # Sonarr Config - - UN_SONARR_0_URL=http://radarr:8989 + - UN_SONARR_0_URL=http://${SERVER_IP}:7878 - UN_SONARR_0_API_KEY=${SONARR_KEY} - - UN_SONARR_0_PATHS_0=/share/downloads/tv + #- UN_SONARR_0_PATHS_0=/share/downloads/tv - UN_SONARR_0_TIMEOUT=10s #- UN_SONARR_0_PATHS_0=/share/downloads/tv # Radarr Config - - UN_RADARR_0_URL=http://sonarr:7878 + - UN_RADARR_0_URL=http://${SERVER_IP}:8989 - UN_RADARR_0_API_KEY=${RADARR_KEY} - - UN_RADARR_0_PATHS_0=/share/downloads/movies + #- UN_RADARR_0_PATHS_0=/share/downloads/movies - UN_RADARR_0_TIMEOUT=10s #- UN_RADARR_0_PATHS_0=/share/downloads/movies