From c39630c4c43fab89c7ec40240e7b80f446e9d6ac Mon Sep 17 00:00:00 2001 From: feldjaeger Date: Fri, 13 Mar 2026 17:06:28 +0100 Subject: [PATCH] Remove sonarrEN service from compose.yaml Removed sonarrEN service configuration from compose.yaml. --- compose.yaml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/compose.yaml b/compose.yaml index 73d1875..1326a2c 100644 --- a/compose.yaml +++ b/compose.yaml @@ -78,25 +78,6 @@ services: - data:/data - tdarr:/tdarr - sonarrEN: - container_name: sonarrEN - image: ghcr.io/hotio/sonarr:latest - restart: unless-stopped - environment: - - PUID=1000 - - PGID=1000 - - TZ=Europe/Berlin - - UMASK=022 - - CONFIG_DIR=/config/sonarrEN - networks: - - media_network - ports: - - 8991:8989 - volumes: - - /app-config/arr/:/config - - data:/data - - tdarr:/tdarr - profilarr: image: santiagosayshey/profilarr:latest # Oder :beta für Early Access