Add Prowlarr Docker compose file
This commit is contained in:
parent
b78631413b
commit
32acc34f2c
10
prowlarr.yaml
Normal file
10
prowlarr.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
version: "3"
|
||||
services:
|
||||
prowlarr:
|
||||
image: lscr.io/linuxserver/prowlarr:latest
|
||||
container_name: prowlarr
|
||||
volumes:
|
||||
- <docker directory>/prowlarr/config:/config
|
||||
ports:
|
||||
- 9696:9696
|
||||
restart: unless-stopped
|
Loading…
Reference in New Issue
Block a user