diff --git a/pages/02.linux/unmanic/default.en.md b/pages/02.linux/unmanic/default.en.md new file mode 100644 index 0000000..017fe68 --- /dev/null +++ b/pages/02.linux/unmanic/default.en.md @@ -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 +```