initial commit
This commit is contained in:
17
docker-compose.yaml
Normal file
17
docker-compose.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
version: "2.1"
|
||||
services:
|
||||
readarr:
|
||||
image: lscr.io/linuxserver/readarr:develop
|
||||
container_name: readarr
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/Chicago
|
||||
volumes:
|
||||
- /home/mattspeer/readarr:/config
|
||||
- /library/books:/books #optional
|
||||
- /downloads/complete/books:/downloads/books #optional
|
||||
ports:
|
||||
- 8787:8787
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user