Created the initial k3s configuration for personal use
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
---
|
||||
services:
|
||||
plex:
|
||||
image: lscr.io/linuxserver/plex:latest
|
||||
container_name: plex
|
||||
network_mode: host
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
- VERSION=docker
|
||||
volumes:
|
||||
- /opt/plex:/config
|
||||
- /opt/sonarr/tv:/tv
|
||||
- /opt/radarr/movies:/movies
|
||||
restart: always
|
||||
Reference in New Issue
Block a user