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
Bug
The Cortex container on Docker Hub at thehiveproject/cortex:latest exposes tcp/9000 and not tcp/9001.
The current work around is to add --expose=9001 to the Docker run command.
--expose=9001
The text was updated successfully, but these errors were encountered:
#166 expose 9001/tcp in docker container
13e8957
To-om
No branches or pull requests
Request Type
Bug
Work Environment
Problem Description
The Cortex container on Docker Hub at thehiveproject/cortex:latest exposes tcp/9000 and not tcp/9001.
Steps to Reproduce
Possible Solutions
The current work around is to add
--expose=9001
to the Docker run command.The text was updated successfully, but these errors were encountered: