Skip to content

Instantly share code, notes, and snippets.

@johnschimmel
Created June 2, 2022 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnschimmel/6e12f7d629ae3cc0c3d52574a1f5b8a9 to your computer and use it in GitHub Desktop.
Save johnschimmel/6e12f7d629ae3cc0c3d52574a1f5b8a9 to your computer and use it in GitHub Desktop.
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