From 2dbb6558a547ea5efe1db043c18693e1fb3fccdb Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 17 Oct 2022 17:04:57 +0200 Subject: [PATCH] Add WIP prowlarr/other arr stack --- pages/02.linux/33.prowlarr/default.en.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/02.linux/33.prowlarr/default.en.md diff --git a/pages/02.linux/33.prowlarr/default.en.md b/pages/02.linux/33.prowlarr/default.en.md new file mode 100644 index 0000000..36a4a19 --- /dev/null +++ b/pages/02.linux/33.prowlarr/default.en.md @@ -0,0 +1,16 @@ +--- +title: Prowlarr +visible: false +--- + +*NOTE: This application is still in beta. No stable release is available* + +## Application +`lscr.io/linuxserver/prowlarr:develop` +``` +# podman run -d \ + --name=prowlarr \ + -p 9696:9696 \ + -v /mnt/prowlarr/config:/config \ + lscr.io/linuxserver/prowlarr:develop +```