mirror of
https://github.com/hhftechnology/Marketplace.git
synced 2026-04-30 02:37:56 -05:00
16 lines
352 B
YAML
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
|