We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d180cf commit 0b17c75Copy full SHA for 0b17c75
.ci/docker-compose.override.yml
@@ -8,9 +8,10 @@ services:
8
args:
9
- ELASTIC_STACK_VERSION=$ELASTIC_STACK_VERSION
10
environment:
11
+ - ELASTIC_STACK_VERSION=$ELASTIC_STACK_VERSION
12
- INTEGRATION=${INTEGRATION:-false}
13
- SECURE_INTEGRATION=${SECURE_INTEGRATION:-false}
- - ELASTIC_STACK_VERSION=$ELASTIC_STACK_VERSION
14
+ - ES_SSL_SUPPORTED_PROTOCOLS=$ES_SSL_SUPPORTED_PROTOCOLS
15
16
elasticsearch:
17
build:
@@ -20,6 +21,7 @@ services:
20
21
22
23
24
25
command: /usr/share/elasticsearch/elasticsearch-run.sh
26
tty: true
27
ports:
0 commit comments