premier commit de stacks : dockge, readarr et yacht
This commit is contained in:
16
stacks/readarr/docker-compose.yml
Normal file
16
stacks/readarr/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
services:
|
||||
readarr:
|
||||
image: lscr.io/linuxserver/readarr:develop
|
||||
container_name: readarr
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
volumes:
|
||||
- /path/to/data:/config
|
||||
- /path/to/books:/books #optional
|
||||
- /path/to/downloadclient-downloads:/downloads #optional
|
||||
ports:
|
||||
- 8787:8787
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user