File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
x-pack/distributions/internal/observabilitySRE/qa/smoke/docker Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
22
33services :
44 elasticsearch :
5- image : docker.elastic.co/elasticsearch /elasticsearch-fips:8.19.0-SNAPSHOT
5+ image : docker.elastic.co/cloud-release /elasticsearch-cloud-ess -fips:8.19.0-SNAPSHOT
66 environment :
77 - discovery.type=single-node
88 - xpack.security.enabled=true
@@ -16,6 +16,8 @@ services:
1616 - xpack.security.transport.ssl.key=/usr/share/elasticsearch/config/certs/elasticsearch.key
1717 - xpack.security.transport.ssl.certificate=/usr/share/elasticsearch/config/certs/elasticsearch.crt
1818 - xpack.security.transport.ssl.certificate_authorities=/usr/share/elasticsearch/config/certs/ca.crt
19+ entrypoint : ["/usr/local/bin/docker-entrypoint.sh"]
20+ command : ["eswrapper"]
1921 ports :
2022 - " 9200:9200"
2123 volumes :
You can’t perform that action at this time.
0 commit comments