Added Pinchflat to the stack for downloading Youtube content
This commit is contained in:
@@ -82,6 +82,18 @@ services:
|
||||
ipv4_address: 172.20.0.7
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
pinchflat:
|
||||
image: ghcr.io/kieraneglin/pinchflat:latest
|
||||
environment:
|
||||
# Set the timezone to your local timezone
|
||||
- TZ=Pacific/Auckland
|
||||
ports:
|
||||
- '8945:8945'
|
||||
volumes:
|
||||
- /docker-local/pinchflat/config:/config
|
||||
- /data/downloads/:/downloads
|
||||
|
||||
prowlarr:
|
||||
image: lscr.io/linuxserver/prowlarr:latest
|
||||
container_name: prowlarr
|
||||
|
Reference in New Issue
Block a user