mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-24 05:07:00 -04:00
14 lines
287 B
YAML
14 lines
287 B
YAML
services:
|
|
prowlarr:
|
|
image: lscr.io/linuxserver/prowlarr:latest
|
|
container_name: prowlarr
|
|
environment:
|
|
- PUID=106
|
|
- PGID=1002
|
|
- TS=America/New_York
|
|
volumes:
|
|
- /storage/prowlarrConf:/config
|
|
ports:
|
|
- 9696:9696
|
|
restart: unless-stopped
|
|
|