-
Notifications
You must be signed in to change notification settings - Fork 2
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
net=host #3
Comments
try to replace net:host by ports: 32400:32400/tcp, let me know if I can help you |
hehehe don't worry, seems to be my lack of programming skills :) Sorted all working. This is a great project you have build, I've been looking for a good solution for a while to support more CPU on the fly for transcoding. Can you perhaps tell me how i will mount my remote movies and video library to the docker or do i mount this outside of the docker. Plex needs to be able to see it however? i normally use cifs-utils with smbclient NFS |
well the plexTranscoderOrchestrator docker automatically create a NFS server and automatically interconect with the DO VM, you only need to be sure that the docker is starting fine the NFS server and all the ports and connections are fine. I will happy to help you if you want. the main problem here is to use NFS server you need to install the NFS modules in the kernel, check how to install this modules with your linux distro, after that check that you open all the ports defined in the docker-compose and your public domain is binded with your public IP. anyway I didn't update the project from a while so I suppose probably it's not working(plex guys are always changing thinks and breaking my project, but if you install all the system and you get an error I will fix it) |
Hi there, thanks a million all working now, remote library linked! |
Hi There, every time i quit the instance and restart it does not work any more, anything specific i need to do? |
what do you mean with quit the instance? you shouldn't close the instance or it won't work |
Hi There,
ERROR: for plexTranscoderOrchestrator Cannot create container for service plexTranscoderOrchestrator: Conflicting options: host type networking can't be used with links. This would result in undefined behavior
ERROR: Encountered errors while bringing up the project.
Your assistance would be appreciated
The text was updated successfully, but these errors were encountered: