Skip to content
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

Docker expose port needs to be corrected #69

Open
kjoth opened this issue Jun 12, 2024 · 1 comment
Open

Docker expose port needs to be corrected #69

kjoth opened this issue Jun 12, 2024 · 1 comment

Comments

@kjoth
Copy link

kjoth commented Jun 12, 2024

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-

@jinkjonks
Copy link
Contributor

It does not. Proof: #86

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants