File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments