nlmatics / nlm-ingestor

This repo provides the server side code for llmsherpa API to connect. It includes parsers for various file formats.
https://www.nlmatics.com
Apache License 2.0
1.1k stars 158 forks source link

Docker expose port needs to be corrected #69

Open kjoth opened 5 months ago

kjoth commented 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-

jinkjonks commented 3 months ago

It does not. Proof: https://github.com/nlmatics/nlm-ingestor/pull/86