Add Plex Media Server test 08
This commit is contained in:
@@ -14,7 +14,7 @@ Docker compose for my Raspberry Pi 3B running balena os x64
|
||||
I forgot the password to my old HA instance, so I bought a nice, new, and shiny 128GB Samsung A2 card and used [balenaEtcher](https://www.balena.io/etcher/) to write the balena os to it. I then spent two days finding the right combination to get both [balena-homeassistant](https://github.com/balenalabs-incubator/balena-homeassistant) and [balena-rpiplay](https://github.com/rahul-thakoor/balena-rpiplay) working in tandem.
|
||||
|
||||
## Changelog
|
||||
### Version 1.4.6
|
||||
### Version 1.4.7
|
||||
- 2022-10-27: Attempt to add Plex
|
||||
### Version 1.3.0
|
||||
- 2022-10-27: Removed RPIPlay
|
||||
|
||||
+1
-1
@@ -28,4 +28,4 @@ data:
|
||||
- PLEX_CLAIM_TOKEN: ""
|
||||
- PLEX_ADVERTISE_IP: ""
|
||||
- PLEX_TZ: "America/Chicago"
|
||||
version: 1.4.6
|
||||
version: 1.4.7
|
||||
|
||||
+5
-3
@@ -45,7 +45,7 @@ services:
|
||||
build:
|
||||
context: plex
|
||||
ports:
|
||||
- '32400:32400'
|
||||
- '80:32400'
|
||||
- '1900:1900'
|
||||
- '3005:3005'
|
||||
- '5353:5353'
|
||||
@@ -62,7 +62,9 @@ services:
|
||||
- plex:/transcode
|
||||
restart: always
|
||||
environment:
|
||||
HOSTNAME: PiPlex
|
||||
TZ: America/Chicago
|
||||
ADVERTISE_IP:
|
||||
PLEX_CLAIM:
|
||||
PLEX_CLAIM:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- VERSION=docker
|
||||
Reference in New Issue
Block a user