-
Notifications
You must be signed in to change notification settings - Fork 11
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
Failing to launch some Services on Docker-compose #1
Comments
Hello, Thank you for your feedback and for notifying me of the errors. It seems that it is a problem of the new version of Nifi available in Docker Hub, I will have to investigate further, the project was developed using version 1.12.0, so for the container to work correctly you should explicitly indicate the version instead of the latest like this:
Anyway I will upload the update as soon as I can, on the other hand, I have not tested that image that you comment, it may be compatible, it will surely try to mount the container with the image locally using the Dockerfile of the repository even if the image is no longer in DockerHub. Hope that helps, best regards. :) |
The project is building now with your suggest changes. Thank you for the fast response! I have some interest in contributing to this project if you would be willing to review Pull Requests? A few things I was interested in contributing.
|
The Hash thing seems like a fantastic improvement to me, it is clear that using the name is not robust and adequate enough. Feel free to make whatever contributions you deem appropriate. |
Hi Sergio11,
Awesome project you have and thanks for documenting it all out so well! 👏
I have these 2 issues when running the
docker-compose.yml
docker-compose
file.activiti/rabbitmq-stomp
is archived and cannot be pulled when running thedocker-compose
. Is it okay to replace with an alternative likejorgeacetozi/rabbitmq-stomp
?Thanks!
The text was updated successfully, but these errors were encountered: