WIP Unmanic installation
This commit is contained in:
parent
d39608c05f
commit
184a56a7be
20
pages/02.linux/unmanic/default.en.md
Normal file
20
pages/02.linux/unmanic/default.en.md
Normal 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
|
||||
```
|
Loading…
Reference in New Issue
Block a user