From 611e0053d142c0ed23bfcdeed98fea9ac2c62507 Mon Sep 17 00:00:00 2001 From: komodo Date: Tue, 15 Jul 2025 07:47:21 +0000 Subject: [PATCH] [Komodo] admin: Write Compose File: update compose.yaml --- compose.yaml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/compose.yaml b/compose.yaml index 5ef269f..6fd3956 100644 --- a/compose.yaml +++ b/compose.yaml @@ -83,23 +83,7 @@ services: - /data:/data - /usenet:/usenet - radarren: - container_name: radarren - environment: - - PUID=1000 - - PGID=1000 - - TZ=Europe/Berlin - - CONFIG_DIR=/config/radarren - image: ghcr.io/hotio/radarr:latest - networks: - - media_network - ports: - - 7881:7881 - restart: unless-stopped - volumes: - - /app-config:/config - - /data:/data - - /usenet:/usenet + sonarr: container_name: sonarr image: ghcr.io/hotio/sonarr:latest