update plex info

This commit is contained in:
mrhotio 2025-12-29 16:48:02 +01:00
parent 7dc534592a
commit 22af80d4cd

View File

@ -23,7 +23,6 @@ hide:
-e PLEX_BETA_INSTALL="false" \
-e PLEX_PURGE_CODECS="false" \
-v /<host_folder_config>:/config \
-v /<host_folder_transcode>:/transcode \
-v /<host_folder_data>:/data \
ghcr.io/hotio/plex
```
@ -49,16 +48,11 @@ hide:
- PLEX_PURGE_CODECS=false
volumes:
- /<host_folder_config>:/config
- /<host_folder_transcode>:/transcode
- /<host_folder_data>:/data
```
--8<-- "includes/tags.md"
## Volumes
By default the container has 2 volumes defined, the volume `/config` that contains the configuration files and the volume `/transcode` which is used as the default transcode directory.
## Claim your server
When running Plex on a docker `bridge` network, you can't just get to the webui and start configuring it, you'll need to claim it first. Go to [plex.tv/claim](https://www.plex.tv/claim){: target=_blank rel="noopener" } and login with your account, copy the claim token and add it to the environment variable like this `-e PLEX_CLAIM_TOKEN="claim-xxxxxxxxxxxxxxxxxxxx"`. When starting the new plex server for the first time, the server will be added to your account.