Skip to content

Commit 9f08d79

Browse files
author
Grzegorz Pustulka
committed
fixed compose.yml
1 parent 14ec996 commit 9f08d79

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ services:
7171
elasticsearch:
7272
container_name: es-container
7373
image: docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-8.11.0}
74-
platform: linux/amd64
7574
hostname: elasticsearch
7675
environment:
7776
ES_JAVA_OPTS: -Xms512m -Xmx1g
@@ -85,7 +84,6 @@ services:
8584
opensearch:
8685
container_name: os-container
8786
image: opensearchproject/opensearch:${OPENSEARCH_VERSION:-2.11.1}
88-
platform: linux/amd64
8987
hostname: opensearch
9088
environment:
9189
- discovery.type=single-node

0 commit comments

Comments
 (0)