From ccfc974bf192cedd7ed8bfe223aa87a246c60dc5 Mon Sep 17 00:00:00 2001 From: komodo Date: Mon, 6 Oct 2025 17:25:44 +0200 Subject: [PATCH] [Komodo] admin: Write Stack File: update compose.yaml --- compose.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/compose.yaml b/compose.yaml index 9dc1027..df0fd95 100644 --- a/compose.yaml +++ b/compose.yaml @@ -89,7 +89,8 @@ services: image: ghcr.io/hotio/radarr:latest networks: - media_network - + expose: + - 7878 restart: unless-stopped volumes: - /app-config:/config @@ -106,7 +107,8 @@ services: image: ghcr.io/hotio/radarr:latest networks: - media_network - + expose: + - 7878 restart: unless-stopped volumes: - /app-config:/config @@ -125,7 +127,8 @@ services: image: ghcr.io/hotio/radarr:latest networks: - media_network - + expose: + - 7878 restart: unless-stopped volumes: - /app-config:/config