We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If i follow strict your repository and try to run the container i get:
docker run -it --hostname rabbit1 progeek/rabbitmq:3.6.5 /usr/local/bin/docker-entrypoint.sh: line 5: $1: unbound variable
Because https://github.com/harbur/docker-rabbitmq-cluster/blob/master/pre-entrypoint.sh#L22 needs argument, and no argument is supplied... How is working on your side?
The problem is that https://github.com/harbur/docker-rabbitmq-cluster/blob/master/pre-entrypoint.sh#L22 is not getting any argument to start the server
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If i follow strict your repository and try to run the container i get:
Because https://github.com/harbur/docker-rabbitmq-cluster/blob/master/pre-entrypoint.sh#L22
needs argument, and no argument is supplied...
How is working on your side?
The problem is that https://github.com/harbur/docker-rabbitmq-cluster/blob/master/pre-entrypoint.sh#L22
is not getting any argument to start the server
The text was updated successfully, but these errors were encountered: