Skip to content
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

Open
ghost opened this issue Oct 12, 2016 · 6 comments
Open

net=host #3

ghost opened this issue Oct 12, 2016 · 6 comments

Comments

@ghost
Copy link

ghost commented Oct 12, 2016

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

@segator
Copy link
Owner

segator commented Oct 12, 2016

try to replace net:host by ports: 32400:32400/tcp, let me know if I can help you

@ghost
Copy link
Author

ghost commented Oct 12, 2016

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

@segator
Copy link
Owner

segator commented Oct 12, 2016

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)

@ghost
Copy link
Author

ghost commented Oct 12, 2016

Hi there, thanks a million all working now, remote library linked!

@ghost
Copy link
Author

ghost commented Oct 12, 2016

Hi There, every time i quit the instance and restart it does not work any more, anything specific i need to do?

@segator
Copy link
Owner

segator commented Jan 15, 2017

what do you mean with quit the instance? you shouldn't close the instance or it won't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant