wiki-grav/pages/02.linux/unmanic/default.en.md

21 lines
275 B
Markdown
Raw Normal View History

2023-05-29 20:08:57 +02:00
---
title: Unmanic
visible: false
---
[toc]
## Installation
```
podman run -itd \
--name unmanic \
-e PUID=0 \
-e PGID=0 \
-p 8888:8888 \
-v config:/config \
-v library:/library \
-v cache:/tmp/unmanic \
docker.io/josh5/unmanic:latest
```