From d0cb4da00d274ba2dbc05d9c90ee9580ecb36dba Mon Sep 17 00:00:00 2001 From: "Welter, Felix" <felix.welter@studium.uni-hamburg.de> Date: Sun, 6 Sep 2020 17:00:01 +0200 Subject: [PATCH] Fix wrong container name in README command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5a9d29..76f6871 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This micro service enables you to upload pdf slides (e.g. lecture slides) and qu # Setup Pull the image. Replace the version number. If unknown look up the latest version here: https://hub.docker.com/r/fwelter/elastic-search-middleware -`docker pull fwelter/elastic-search-middleware:<VERSION_NUMBER>` +`docker pull fwelter/wilps_slide_index:<VERSION_NUMBER>` Run the image. Adjust the ports according to your setup. Most likly the containers needs to be put behind an nginx or another webserver to ensure SSL encryption (see below for instructions). -- GitLab