Skip to content

Commit 0b776dc

Browse files
committed
Use latest ES image
This will be handled separately in a separate PR, but taking this commit for now on this branch.
1 parent 3873b44 commit 0b776dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/distributions/internal/observabilitySRE/qa/smoke/docker/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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:

0 commit comments

Comments
 (0)