Skip to content

Commit a257cad

Browse files
committed
Remove custom entrypoint from new container
The latest ES images do not require this workaround.
1 parent 255b047 commit a257cad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ 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"]
2119
ports:
2220
- "9200:9200"
2321
volumes:

0 commit comments

Comments
 (0)