From 3beb8ae12ac6319dd826c8f3dad3bb0f63a8fd36 Mon Sep 17 00:00:00 2001 From: Daniel Doubet Date: Thu, 27 Oct 2022 17:17:35 -0500 Subject: [PATCH] Add Plex Media Server test 02 --- README.md | 2 +- VERSION | 2 +- balena.yml | 2 +- docker-compose.yml | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b297bb..00a6c5d 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.0 +### Version 1.4.1 - 2022-10-27: Attempt to add Plex ### Version 1.3.0 - 2022-10-27: Removed RPIPlay diff --git a/VERSION b/VERSION index 88c5fb8..347f583 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.0 +1.4.1 diff --git a/balena.yml b/balena.yml index 1ac9e96..8a4f772 100644 --- a/balena.yml +++ b/balena.yml @@ -24,4 +24,4 @@ data: - BALENA_HOST_CONFIG_gpu_mem: 256 - BALENA_HOST_CONFIG_gpu_mem_512: 128 - BALENA_HOST_CONFIG_dtoverlay: vc4-fkms-v3d -version: 1.4.0 +version: 1.4.1 diff --git a/docker-compose.yml b/docker-compose.yml index 7b20966..df9ed7c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -42,7 +42,6 @@ services: plex: image: lscr.io/linuxserver/plex:docker container_name: plex - network_mode: host environment: - PUID=1000 - PGID=1000