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