mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
added prowlarr
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
prowlarr:
|
||||
image: ${PROWLARR_IMAGE}
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- UMASK=002
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
- "${VOL_CONFIG_PATH:-./data/prowlarr/config}:/config"
|
||||
ports:
|
||||
- 9696:9696
|
||||
Reference in New Issue
Block a user