We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f8a22 commit a93f743Copy full SHA for a93f743
docs/reference/security/securing-communications/configuring-tls-docker.asciidoc
@@ -66,7 +66,7 @@ version: '2.2'
66
services:
67
create_certs:
68
container_name: create_certs
69
- image: docker.elastic.co/elasticsearch/elasticsearch-platinum:{version}
+ image: docker.elastic.co/elasticsearch/elasticsearch:{version}
70
command: >
71
bash -c '
72
if [[ ! -d config/certificates/certs ]]; then
@@ -103,7 +103,7 @@ version: '2.2'
103
104
es01:
105
container_name: es01
106
107
environment:
108
- node.name=es01
109
- discovery.zen.minimum_master_nodes=2
0 commit comments