We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When launching rabbitmq in a container using latest version of the plugin I get the following error:
I include my docker file and docker compose (With custom code for creating ssl cert omitted)
FROM rabbitmq:4.1-management CMD rabbitmq-server
services: rabbitmq: ports: - 15671:15671 - 5671:5671 - 5672:5672 volumes: - ./rabbitmq.conf:/etc/rabbitmq/rabbitmq.conf - ./plugins:/usr/lib/rabbitmq/plugins container_name: rabbitmq-ssl hostname: rabbitmq-ssl build: context: . dockerfile: ./Dockerfile environment: - RABBITMQ_PLUGINS_DIR=/opt/rabbitmq/plugins:/usr/lib/rabbitmq/plugins
The text was updated successfully, but these errors were encountered:
Hello, it seems a build dependency sneaked into the requirements.
I will publish a fix tonight.
Sorry, something went wrong.
build(mix): make mix_task_archive_deps a build-only dependency
mix_task_archive_deps
9fc29f3
issue: #116
Added mix_task_archive_deps to 0.7.0 artifacts.
0.7.0
Build 0.7.1 exclude that dependency from the runtime ones.
0.7.1
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
When launching rabbitmq in a container using latest version of the plugin I get the following error:
I include my docker file and docker compose (With custom code for creating ssl cert omitted)
The text was updated successfully, but these errors were encountered: