mirror of
https://github.com/hhftechnology/Marketplace.git
synced 2026-04-29 18:28:14 -05:00
15 lines
330 B
YAML
15 lines
330 B
YAML
services:
|
|
readarr:
|
|
image: linuxserver/radarr:latest
|
|
container_name: readarr
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=America/Chicago
|
|
volumes:
|
|
- /READARR_CONFIG:/config
|
|
- /READARR_BOOKS:/books
|
|
- /READARR_DOWNLOADS:/downloads
|
|
network_mode: host
|
|
restart: unless-stopped
|