From ffb39e14fcd8c8e221d0d155f9229f53c21fbf05 Mon Sep 17 00:00:00 2001 From: Daniel Doubet Date: Fri, 28 Oct 2022 07:58:21 -0500 Subject: [PATCH] Add Plex Media Server test 08 --- README.md | 2 +- VERSION | 2 +- balena.yml | 2 +- docker-compose.yml | 8 +++++--- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d0ccd17..6a4fb99 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/VERSION b/VERSION index c514bd8..be05bba 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.6 +1.4.7 diff --git a/balena.yml b/balena.yml index 277294a..4c2b009 100644 --- a/balena.yml +++ b/balena.yml @@ -28,4 +28,4 @@ data: - PLEX_CLAIM_TOKEN: "" - PLEX_ADVERTISE_IP: "" - PLEX_TZ: "America/Chicago" -version: 1.4.6 +version: 1.4.7 diff --git a/docker-compose.yml b/docker-compose.yml index 74fbea8..5315113 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: \ No newline at end of file + PLEX_CLAIM: + - PUID=1000 + - PGID=1000 + - VERSION=docker \ No newline at end of file