Compare commits
4 Commits
media-stac
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f2040d46d | |||
| 16f93cc4be | |||
| 99d3943897 | |||
| d9b547ceb7 |
1
job.txt
1
job.txt
@@ -1 +0,0 @@
|
||||
https://www.seek.co.nz/job/88263673?token=1~fd199c5d-3f97-4d25-97d8-14a51cd81f49&ref=post-apply-recs
|
||||
19
plex-docker-compose.yaml
Normal file
19
plex-docker-compose.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
plex:
|
||||
image: lscr.io/linuxserver/plex:latest
|
||||
container_name: plex
|
||||
network_mode: host
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=2000
|
||||
- TZ=Pacific/Auckland
|
||||
# Uncomment for first run only:
|
||||
# - PLEX_CLAIM=claim-xxxxxxxx
|
||||
volumes:
|
||||
- /mnt/storage01/docker/plex/config:/config
|
||||
- /mnt/storage03/TV:/tv
|
||||
- /mnt/storage03/Movies:/movies
|
||||
devices:
|
||||
- /dev/dri:/dev/dri # leave if you want Intel/AMD HW transcoding
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user