Created the initial k3s configuration for personal use
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
---
|
||||
version: "2.1"
|
||||
services:
|
||||
readarr:
|
||||
image: lscr.io/linuxserver/readarr:develop
|
||||
container_name: readarr
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/London
|
||||
volumes:
|
||||
- /opt/readarr:/config
|
||||
- /opt/readarr/books:/books #optional
|
||||
- /opt/downloads:/downloads #optional
|
||||
ports:
|
||||
- 8787:8787
|
||||
restart: always
|
||||
Reference in New Issue
Block a user