From d8f1fb6cf866c47793bf6abcb1a7c0f10d7b5db3 Mon Sep 17 00:00:00 2001 From: Croft Date: Sun, 13 Jul 2025 19:18:41 +0200 Subject: [PATCH] reactivated unmanic --- arc/compose.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/arc/compose.yaml b/arc/compose.yaml index d814e6d..519d0cb 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