From 5b4e72f22956e69aaf0d7a5d2a4e0efd00f74f07 Mon Sep 17 00:00:00 2001 From: Croft Date: Sun, 13 Jul 2025 15:45:00 +0200 Subject: [PATCH] remove unmanic --- arc/compose.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/arc/compose.yaml b/arc/compose.yaml index 519d0cb..d814e6d 100644 --- a/arc/compose.yaml +++ b/arc/compose.yaml @@ -20,17 +20,17 @@ services: - /dev/dri:/dev/dri restart: unless-stopped - unmanic: - container_name: unamic - image: josh5/unmanic:latest - ports: - - 8888:8888 - environment: - - PUID=1000 - - GUID=1000 - volumes: - - /appdata/unmanic:/config - - /mnt/download:/library - - /mnt/transcode:/tmp/unmanic - devices: - - /dev/dri:/dev/dri \ No newline at end of file + # unmanic: + # container_name: unamic + # image: josh5/unmanic:latest + # ports: + # - 8888:8888 + # environment: + # - PUID=1000 + # - GUID=1000 + # volumes: + # - /appdata/unmanic:/config + # - /mnt/download:/library + # - /mnt/transcode:/tmp/unmanic + # devices: + # - /dev/dri:/dev/dri \ No newline at end of file