Open kjoth opened 5 months ago
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-
It does not. Proof: https://github.com/nlmatics/nlm-ingestor/pull/86
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-