-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plex-server doesn't work on my RPI 3 #58
Comments
You are right. You need to use the arm version of plex media server. |
Thank you kind sir. I modified the plex-server section of the docker-compose.yml as follows: plex-server: image: plexinc/pms-docker:latest
|
Sorry for the weird formatting. Apparently the editor doesn't like hastags. Or, as us old school programmers call them.... pound signs. |
For anyone with a Raspberry Pi 4 just update the plex section in your docker-compse.yml file like this below. I hard coded my volumes path a bit different. plex-server: |
The whole thing works great except for two things. First of all I had to comment out the last two lines of the docker-compose.yml file:
ports:
- 6767:6767
That allowed bazarr to load. Since it's only for subtitles, I probably won't use it anyway.
The second problem is that plex-server won't stay started. I see this in the docker logs over and over:
standard_init_linux.go:219: exec user process caused: exec format error
standard_init_linux.go:219: exec user process caused: exec format error
standard_init_linux.go:219: exec user process caused: exec format error
standard_init_linux.go:219: exec user process caused: exec format error
standard_init_linux.go:219: exec user process caused: exec format error
standard_init_linux.go:219: exec user process caused: exec format error
It just keeps restarting. I'm guessing it has to do with building the docker image for the arm architecture of my Raspberry Pi. I'm new to docker could you please point me in the right direction?
The text was updated successfully, but these errors were encountered: