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
In the README,md for docker run command the port being exposed is 5010, buy it should actually be 5001.
This line needs to be changed from
docker run -p 5010:5001 ghcr.io/nlmatics/nlm-ingestor:latest-
to
docker run -p 5001:5001 ghcr.io/nlmatics/nlm-ingestor:latest-
The text was updated successfully, but these errors were encountered:
It does not. Proof: #86
Sorry, something went wrong.
No branches or pull requests
In the README,md for docker run command the port being exposed is 5010, buy it should actually be 5001.
This line needs to be changed from
docker run -p 5010:5001 ghcr.io/nlmatics/nlm-ingestor:latest-
to
docker run -p 5001:5001 ghcr.io/nlmatics/nlm-ingestor:latest-
The text was updated successfully, but these errors were encountered: