WIP Unmanic installation

This commit is contained in:
RealStickman 2023-05-29 20:08:57 +02:00
parent d39608c05f
commit 184a56a7be

View File

@ -0,0 +1,20 @@
---
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
```