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 14ec996 commit 9f08d79Copy full SHA for 9f08d79
compose.yml
@@ -71,7 +71,6 @@ services:
71
elasticsearch:
72
container_name: es-container
73
image: docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-8.11.0}
74
- platform: linux/amd64
75
hostname: elasticsearch
76
environment:
77
ES_JAVA_OPTS: -Xms512m -Xmx1g
@@ -85,7 +84,6 @@ services:
85
84
opensearch:
86
container_name: os-container
87
image: opensearchproject/opensearch:${OPENSEARCH_VERSION:-2.11.1}
88
89
hostname: opensearch
90
91
- discovery.type=single-node
0 commit comments