project_blurb:"[{{ project_name|capitalize }}]({{ project_url }}) organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone Plex Media Server. Straightforward design and bulk actions mean getting things done faster."
- {vol_path:"/config", vol_host_path:"/path/to/{{ project_name }}/library", desc:"Plex library location. *This can grow very large, 50gb+ is likely for a large collection.*"}
- {env_var:"PLEX_CLAIM", env_value:"", desc:"Optionally you can obtain a claim token from https://plex.tv/claim and input here. Keep in mind that the claim tokens expire within 4 minutes."}
If you want to run the container in bridge network mode (instead of the recommended host network mode) you will need to specify ports.
The [official documentation for ports](https://support.plex.tv/articles/201543147-what-network-ports-do-i-need-to-allow-through-my-firewall/) lists 32400 as the only required port.
The rest of the ports are optionally used for specific purposes listed in the documentation.
If you have not already claimed your server (first time setup) you need to set `PLEX_CLAIM` to claim a server set up with bridge networking.
The application accepts a series of environment variables to further customize itself on boot:
| Parameter | Function |
| :---:| --- |
| `--device=/dev/dri:/dev/dri` | Add this option to your run command if you plan on using Quicksync hardware acceleration - see Application Setup section.|
?+note[New users](|For new users, no updates will take place on the first run of the container as there is no preferences file to read your token from, to update restart the Docker container after logging in through the webui.|)
+ **`docker`**:Let Docker handle the Plex Version, we keep our Dockerhub Endpoint up to date with the latest public builds. This is the same as leaving this setting out of your create command.
+ **`latest`**:will update plex to the latest version available that you are entitled to.
+ **`public`**:will update plexpass users to the latest public version, useful for plexpass users that don't want to be on the bleeding edge but still want the latest public updates.
+ **`<specific-version>`**:will select a specific version (eg 0.9.12.4.1192-9a47d21) of plex to install, note you cannot use this to access plexpass versions if you do not have plexpass.
- {date:"03.07.23:", desc:"Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
- {date:"16.10.22:", desc:"Rebase to jammy. Update to s6v3. Remove opencl packages (bundled with plex)."}
- {date:"18.07.22:", desc:"Pin all opencl related driver packages."}
- {date:"16.05.22:", desc:"Pin opencl version."}
- {date:"04.03.22:", desc:"Increase verbosity of video device permissions fix, attempt to fix missing group rw."}
- {date:"25.12.21:", desc:"Install Intel drivers from the official repo."}
- {date:"20.01.21:", desc:"Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information."}
- {date:"10.12.20:", desc:"Add latest Intel Compute packages from github repo for opencl support on latest gen igpu."}
- {date:"23.11.20:", desc:"Add Bionic branch make Focal default."}
- {date:"03.05.20:", desc:"Update exposed ports and example docs for bridge mode."}
- {date:"23.03.20:", desc:"Remove udev hack (no longer needed), suppress uuid error in log during first start."}
- {date:"04.12.19:", desc:"Add variable for setting PLEX_CLAIM. Remove `/transcode` volume mapping as it is now set via plex gui and defaults to a location under `/config`."}
- {date:"06.08.19:", desc:"Add variable for setting UMASK."}
- {date:"10.07.19:", desc:"Fix permissions for tuner (/dev/dvb) devices."}
- {date:"20.05.19:", desc:"Bugfix do not allow Root group for Intel QuickSync ownership rules."}
- {date:"23.03.19:", desc:"Switching to new Base images, shift to arm32v7 tag."}
- {date:"22.03.19:", desc:"Fix update logic for `VERSION=public`."}
- {date:"14.03.19:", desc:"Switch to new api endpoints, enable beta (plex pass) updates for armhf and aarch64."}
- {date:"15.02.19:", desc:"Clean up plex pid after unclean stop."}