Hi.
I want to use plex on my RP4. I installed omv,docker and plex. It seams that everthing is working fine so far. But I cant connect the plex-server. I have no idea why it doesnt work.
PLZ help me
Hi.
I want to use plex on my RP4. I installed omv,docker and plex. It seams that everthing is working fine so far. But I cant connect the plex-server. I have no idea why it doesnt work.
PLZ help me
I don't use Plex, but to get help from other users it would be a good idea to publish the compose file following these suggestions. https://wiki.omv-extras.org/do…_request_on_the_omv_forum
I am not sure if i got it right but my docker composit file looks like that:
---
services:
plex:
image: lscr.io/linuxserver/plex:latest
container_name: plex
network_mode: host
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
- VERSION=docker
volumes:
- ./library:/config
PATH/media/music:/music
restart: unless-stopped
please provide your plex.yml file, and revise your plex_claim ( do not post real use xxxxxxxx instead).
this is mine as example:
image: plexinc/pms-docker:latest
container_name: plex
network_mode: host
environment:
- PLEX_UID=$PUID
- PLEX_GID=$PGID
- VERSION=docker
- HOSTNAME=MyPLEX
- PLEX_CLAIM=$PLEX_CLAIM
- ADVERTISE_IP=plex.$URL
volumes:
- CHANGE_TO_COMPOSE_DATA_PATH/Plex:/config
- $Temp:/transcode # SKIP_BACKUP
- $Video:/data # SKIP_BACKUP
- $Musica:/Musica # SKIP_BACKUP
restart: unless-stopped
Display More
I use enviroment variables to reuse my plex.yml on sever machines & to post without fear.
Display MoreI am not sure if i got it right but my docker composit file looks like that:
---
services:
plex:
image: lscr.io/linuxserver/plex:latest
container_name: plex
network_mode: host
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
- VERSION=docker
volumes:
- ./library:/config
PATH/media/music:/music
restart: unless-stopped
do not look good, PATH/media is not a well defined path to your media and plex_Claim is needed to reclaim your plex.
and please next time post your yml file on a code box to maintain identation:
and notice that you are uxing linuxserver version, best to use original plex version: image: plexinc/pms-docker:latest https://hub.docker.com/r/plexinc/pms-docker/
and notice that you are uxing linuxserver version, best to use original plex version: image: plexinc/pms-docker:latest https://hub.docker.com/r/plexinc/pms-docker/
What is the basis for this suggestion?
What is the basis for this suggestion?
none especial, use original develop perhaps.
Of course you can use linuxserver version if you want
Don’t have an account yet? Register yourself now and be a part of our community!