Update Plex docker tag to 1.30.2 (#180)

This commit is contained in:
mcmeel 2023-01-30 21:22:47 -08:00 committed by GitHub
parent da455eb6f2
commit ef23f926c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 32400, "port": 32400,
"id": "plex", "id": "plex",
"tipi_version": 8, "tipi_version": 9,
"version": "1.30.1", "version": "1.30.2",
"url_suffix": "/web", "url_suffix": "/web",
"categories": [ "categories": [
"media" "media"

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
plex: plex:
image: lscr.io/linuxserver/plex:1.30.1 image: lscr.io/linuxserver/plex:1.30.2
container_name: plex container_name: plex
network_mode: host network_mode: host
environment: environment: