mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-25 13:47:01 -04:00
16 lines
370 B
YAML
16 lines
370 B
YAML
services:
|
|
prowlarr:
|
|
image: lscr.io/linuxserver/prowlarr:latest
|
|
container_name: prowlarr
|
|
network_mode: host
|
|
environment:
|
|
- PUID=106
|
|
- PGID=1002
|
|
- TZ=America/New_York
|
|
volumes:
|
|
- /storage/prowlarrConf:/config
|
|
ports:
|
|
- 9696:9696
|
|
restart: unless-stopped
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|