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