Skip to content

Commit 59af279

Browse files
authored
Merge pull request GhostWriters#839 from GhostWriters/plex
Add plex_claim and remove transcode volume
2 parents 38da2d5 + 7d94437 commit 59af279

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

compose/.apps/plex/plex.labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ services:
44
com.dockstarter.appinfo.description: "Organizes all of your video, music and photo collections"
55
com.dockstarter.appinfo.nicename: "Plex"
66
com.dockstarter.appvars.plex_backup_config: "true"
7+
com.dockstarter.appvars.plex_claim: "https://plex.tv/claim"
78
com.dockstarter.appvars.plex_enabled: "false"
89
com.dockstarter.appvars.plex_network_mode: ""
910
com.dockstarter.appvars.plex_port_1900: "1900"
@@ -17,5 +18,4 @@ services:
1718
com.dockstarter.appvars.plex_port_33400: "33400"
1819
com.dockstarter.appvars.plex_port_5353: "5353"
1920
com.dockstarter.appvars.plex_port_8324: "8324"
20-
com.dockstarter.appvars.plex_transcodedir: "/tmp"
2121
com.dockstarter.appvars.plex_version: "docker"

compose/.apps/plex/plex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ services:
33
container_name: plex
44
environment:
55
- PGID=${PGID}
6+
- PLEX_CLAIM=${PLEX_CLAIM}
67
- PUID=${PUID}
78
- TZ=${TZ}
89
- VERSION=${PLEX_VERSION}
@@ -22,4 +23,3 @@ services:
2223
- ${MEDIADIR_MUSIC}:/music
2324
- ${MEDIADIR_TV}:/data/tv
2425
- ${MEDIADIR_TV}:/tv
25-
- ${PLEX_TRANSCODEDIR}:/transcode

0 commit comments

Comments
 (0)