From 4a9ce5336f774ceb62a2f2f6bc799963fc3337d8 Mon Sep 17 00:00:00 2001 From: Croft Date: Mon, 21 Jul 2025 22:35:43 +0200 Subject: [PATCH] changed config folder --- download/compose.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/download/compose.yaml b/download/compose.yaml index 0422694..2d5932d 100644 --- a/download/compose.yaml +++ b/download/compose.yaml @@ -50,7 +50,7 @@ services: environment: - TZ="Europe/Berlin" volumes: - - /mnt/configs/autobrr:/config + - /mnt/appdata/autobrr:/config restart: unless-stopped # qbittorrent: @@ -63,7 +63,7 @@ services: # - TZ=Europe/Berlin # - WEBUI_PORT=5080 # volumes: - # - /mnt/configs/qbittorrent:/config + # - /mnt/appdata/qbittorrent:/config # - /mnt/download:/downloads # depends_on: # vpn: @@ -82,7 +82,7 @@ services: - PGID=1000 - TZ=Europe/Berlin volumes: - - /mnt/configs/sabnzbd:/config + - /mnt/appdata/sabnzbd:/config - /mnt/download:/downloads restart: unless-stopped @@ -99,7 +99,7 @@ services: ports: - 7878:7878 volumes: - - /mnt/configs/radarr:/config + - /mnt/appdata/radarr:/config - /mnt/download:/downloads restart: unless-stopped @@ -116,7 +116,7 @@ services: ports: - 7879:7878 volumes: - - /mnt/configs/radarr-anime:/config + - /mnt/appdata/radarr-anime:/config - /mnt/download:/downloads restart: unless-stopped @@ -131,7 +131,7 @@ services: - PGID=1000 - TZ=Europe/Berlin volumes: - - /mnt/configs/sonarr:/config + - /mnt/appdata/sonarr:/config - /mnt/download:/downloads ports: - 8989:8989 @@ -148,7 +148,7 @@ services: - PGID=1000 - TZ=Europe/Berlin volumes: - - /mnt/configs/sonarr-anime:/config + - /mnt/appdata/sonarr-anime:/config - /mnt/download:/downloads ports: - 8990:8989 @@ -166,7 +166,7 @@ services: - PGID=1000 - TZ=Europe/Berlin volumes: - - /mnt/configs/prowlarr:/config + - /mnt/appdata/prowlarr:/config ports: - 9696:9696 restart: unless-stopped @@ -182,7 +182,7 @@ services: - PGID=1000 - TZ=Europe/Berlin volumes: - - /mnt/configs/jellyseerr:/app/config + - /mnt/appdata/jellyseerr:/app/config ports: - 5055:5055 restart: unless-stopped @@ -215,7 +215,7 @@ services: - PGID=1000 - TZ=Europe/Berlin volumes: - - /mnt/configs/bazarr:/config + - /mnt/appdata/bazarr:/config - /mnt/download:/downloads ports: - 6767:6767 @@ -250,7 +250,7 @@ services: ports: - 5454:5454 volumes: - - /mnt/configs/notifiarr:/config + - /mnt/appdata/notifiarr:/config huntarr: image: huntarr/huntarr:latest @@ -259,7 +259,7 @@ services: ports: - "9705:9705" volumes: - - /mnt/configs/huntarr:/config + - /mnt/appdata/huntarr:/config environment: - TZ=Europe/Berlin