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