Created
June 2, 2022 12:01
-
-
Save johnschimmel/6e12f7d629ae3cc0c3d52574a1f5b8a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -tid \ | |
--restart unless-stopped \ | |
--name dbpedia-spotlight.en \ | |
--mount source=spotlight-models,target=/opt/spotlight \ | |
-p 2222:80 \ | |
dbpedia/dbpedia-spotlight \ | |
spotlight.sh en |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment