We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389f6b6 commit 9a1e3feCopy full SHA for 9a1e3fe
docker-compose-gpu.yml
@@ -20,7 +20,7 @@ services:
20
- 8000:8000
21
environment:
22
# See rest_api/pipelines.yaml for configurations of Search & Indexing Pipeline.
23
- - ELASTICSEARCHDOCUMENTSTORE_PARAMS_HOST=elasticsearch
+ - DOCUMENTSTORE_PARAMS_HOST=elasticsearch
24
restart: always
25
depends_on:
26
- elasticsearch
docker-compose.yml
@@ -12,7 +12,7 @@ services:
12
13
14
15
16
17
18
0 commit comments