-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Unable to connect to iris (docker installation) #393
Comments
You'll need to setup the actual command and entrypoint (which as you rightly identified, are not documented yet). Iris' Dockerfile is a copy-and-tweak from wernight/mopidy, so you can use that documentation to get you up and running. In essence:
I hope this helps. |
Thanks for your reply, |
No they are the configuration values on the container. I'm still figuring how Iris should use Docker so this is very much a work in progress. I recommend following the instructions on wernight/mopidy and replacing only the image to at least get you started. Then you'll have enough to create your |
I've tried the commands in the tutorial of wernight/mopidy and it works fine on the Iris container, you did a good job ! I'll probably use this version until you've finished setting up Iris on docker. Concerning the compose. I'm still confused because it doesn't seem to need a custom entry point as you have previously mentioned, the initial docker command looks very basic so I don't understand why docker-compose should have that kind of details. |
@kthys I trust you've managed to get things up and running, now that the required initial settings are in this repository? I'll close this issue for now, but if you feel your issue persist, please feel free to re-open. |
Hi,
I've installed Iris today from your docker webpage and installed it using docker-compose. There was no install tutorial so I had a look at the dockerfile and tried to make a config.
It looks like the config works, docker has no problem with it but when I try to connect to the port 6680, nothing happens.
Do you have any idea on how to fix that?
Here is the config:
The text was updated successfully, but these errors were encountered: