Files
Marketplace/compose-files/whisparr.yml
hhftechnologies b581035b36 Initial commit
2025-11-15 08:24:45 +05:30

16 lines
352 B
YAML

services:
whisparr:
container_name: whisparr
image: ghcr.io/hotio/whisparr:latest
environment:
- PUID=1000
- PGID=1000
- UMASK=002
- TZ=Etc/UTC
volumes:
- /WHISPARR_CONFIG:/config
- /WHISPARR_TV:/tv-whisparr
- /WHISPARR_DOWNLOADS:/downloads
network_mode: host
restart: unless-stopped