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 3873b44 commit 0b776dcCopy full SHA for 0b776dc
x-pack/distributions/internal/observabilitySRE/qa/smoke/docker/docker-compose.yml
@@ -16,6 +16,8 @@ services:
16
- xpack.security.transport.ssl.key=/usr/share/elasticsearch/config/certs/elasticsearch.key
17
- xpack.security.transport.ssl.certificate=/usr/share/elasticsearch/config/certs/elasticsearch.crt
18
- xpack.security.transport.ssl.certificate_authorities=/usr/share/elasticsearch/config/certs/ca.crt
19
+ entrypoint: ["/usr/local/bin/docker-entrypoint.sh"]
20
+ command: ["eswrapper"]
21
ports:
22
- "9200:9200"
23
volumes:
0 commit comments