From b5cfb6ece0ee5f0d4d82b625033d947f9a0d6a22 Mon Sep 17 00:00:00 2001 From: Croft Date: Sun, 13 Jul 2025 03:03:11 +0200 Subject: [PATCH] added unmanic --- arc/compose.yaml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/arc/compose.yaml b/arc/compose.yaml index abe7d17..d684c24 100644 --- a/arc/compose.yaml +++ b/arc/compose.yaml @@ -18,4 +18,19 @@ services: - 8920:8920 devices: - /dev/dri:/dev/dri - restart: unless-stopped \ No newline at end of file + restart: unless-stopped + + unmanic: + container_name: unamic + image: josh5/unamic: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