From 81b83293c0f478ea9f688c6ac85924e1c3d924a5 Mon Sep 17 00:00:00 2001 From: Malte Pietsch Date: Fri, 5 Mar 2021 10:55:36 +0100 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 75edcaec8..1f5f046c3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,7 +28,7 @@ services: command: "/bin/bash -c 'sleep 15 && gunicorn rest_api.application:app -b 0.0.0.0 -k uvicorn.workers.UvicornWorker --workers 1 --timeout 180 --preload'" elasticsearch: # This will start an empty elasticsearch instance (so you have to add your documents yourself) - #image: "elasticsearch:7.6.1" + #image: "elasticsearch:7.9.2" # If you want a demo image instead that is "ready-to-query" with some indexed Game of Thrones articles: image: "deepset/elasticsearch-game-of-thrones" ports: