Closed Imantsg closed 3 years ago
I can run plex media server in docker container
It is not working and I can't claim it. I tried to follow this guide https://forums.plex.tv/t/unable-to-claim-server/213196 It allowed me to claim server but claim failed
#optional
OS: Raspbian GNU/Linux 10 (buster) CPU architecture: arm32 How docker service was installed: sudo apt-get install docker.io
docker run -d \ --name=plex \ -e PUID=$(id -u pi) \ -e PGID=$(id -g pi) \ -e VERSION=docker \ -e UMASK_SET=022 #optional \ -e PLEX_CLAIM= #optional \ -v /srv/dev-disk-by-label-Media/config/plex:/config \ -v /srv/dev-disk-by-label-Media/plex:/library \ -p 32400:32400 \ --restart unless-stopped \ ghcr.io/linuxserver/plex
logs.tar.gz
Thanks for opening your first issue here! Be sure to follow the issue template!
Dupe of #247
using bionic tag and this workround https://forums.plex.tv/t/unable-to-claim-server/213196 helped me to claim server
Expected Behavior
I can run plex media server in docker container
Current Behavior
It is not working and I can't claim it. I tried to follow this guide https://forums.plex.tv/t/unable-to-claim-server/213196 It allowed me to claim server but claim failed
Steps to Reproduce
#optional
\ -e PLEX_CLAIM=#optional
\ -v /srv/dev-disk-by-label-Media/config/plex:/config \ -v /srv/dev-disk-by-label-Media/plex:/library \ -p 32400:32400 \ --restart unless-stopped \ ghcr.io/linuxserver/plexEnvironment
OS: Raspbian GNU/Linux 10 (buster) CPU architecture: arm32 How docker service was installed: sudo apt-get install docker.io
Command used to create docker container (run/create/compose/screenshot)
docker run -d \ --name=plex \ -e PUID=$(id -u pi) \ -e PGID=$(id -g pi) \ -e VERSION=docker \ -e UMASK_SET=022
#optional
\ -e PLEX_CLAIM=#optional
\ -v /srv/dev-disk-by-label-Media/config/plex:/config \ -v /srv/dev-disk-by-label-Media/plex:/library \ -p 32400:32400 \ --restart unless-stopped \ ghcr.io/linuxserver/plexDocker logs
logs.tar.gz