From 6e86707b64bbd81f9816e46567ad108c769497da Mon Sep 17 00:00:00 2001 From: Nikholas Pcenicni <82239765+nikpcenicni@users.noreply.github.com> Date: Sun, 28 Dec 2025 00:50:35 -0500 Subject: [PATCH] remove ytptube service from compose file --- komodo/arr/arrs/compose.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/komodo/arr/arrs/compose.yaml b/komodo/arr/arrs/compose.yaml index 1a17e06..e476ed4 100644 --- a/komodo/arr/arrs/compose.yaml +++ b/komodo/arr/arrs/compose.yaml @@ -116,18 +116,18 @@ services: - 9696:9696 restart: unless-stopped - ytptube: - user: "${PUID:-1000}:${PGID:-1000}" # change this to your user id and group id, for example: "1000:1000" - image: ghcr.io/arabcoders/ytptube:latest - container_name: ytptube - restart: unless-stopped - ports: - - "8581:8081" - volumes: - - ${CONFIG_PATH}/ytptube:/config - - ${DATA_PATH}/media/youtube:/downloads - tmpfs: - - /tmp + # ytptube: + # user: "${PUID:-1000}:${PGID:-1000}" # change this to your user id and group id, for example: "1000:1000" + # image: ghcr.io/arabcoders/ytptube:latest + # container_name: ytptube + # restart: unless-stopped + # ports: + # - "8581:8081" + # volumes: + # - ${CONFIG_PATH}/ytptube:/config + # - ${DATA_PATH}/media/youtube:/downloads + # tmpfs: + # - /tmp profilarr: image: santiagosayshey/profilarr:latest # Use :beta for early access to new features