Created the initial k3s configuration for personal use
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
---
|
||||
services:
|
||||
nzbget:
|
||||
image: lscr.io/linuxserver/nzbget:latest
|
||||
container_name: nzbget
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
- NZBGET_USER=nzbget #optional
|
||||
- NZBGET_PASS=tegbzn6789 #optional
|
||||
volumes:
|
||||
- /opt/nzbget:/config
|
||||
- /opt/downloads:/downloads #optional
|
||||
ports:
|
||||
- 6789:6789
|
||||
restart: always
|
||||
Reference in New Issue
Block a user