Plex server don't start on Pi3
stephane-r opened this issue · 3 comments
stephane-r commented
Hi :)
I've try to start your container on my Pi3. The web port 32768 is available but the server to 32400 port is not found.
I've try with docker-compose :
version: 3
services:
plex:
restart: always
container_name: plex
volumes:
- '/mnt/usbdrive:/media'
image: jaymoulin/plex
On portainer i see published port 32768:32400
:/
Maybe I did something wrong ?
Thanks you :)
jaymoulin commented
Try this:
version: "3.4"
services:
plex:
image: jaymoulin/plex
volumes:
- /mnt/usbdrive:/media
network_mode: host
restart: always
Also, please make sure your /mnt/usbdrive
is an existing folder
stephane-r commented
Hi @jaymoulin
It work with network_mode
. I can access to port 32400 (but published port is empty in portainer).
Just, my library is empty, maybe I did something wrong too .. but the server is running :)
/mnt/usbdrive
is my library, right ?
Thank for your help :) !
jaymoulin commented
/mnt/usbdrive
should be the path to your library (your physical drive). In your plex server, you can find your library in /media