Files
mattermost/docker-compose.makefile.m1.yml
Tim Scheuermann 19d6fe40c2 [MM-44363] Detect M1 and load compatible Elasticsearch version (#20420)
Thanks to @phoinixgrr, @agnivade, and @isacikgoz for their help.
2022-06-17 13:42:56 +02:00

14 lines
309 B
YAML

version: '2.4'
services:
elasticsearch:
image: "elasticsearch:7.17.3"
platform: linux/arm64/v8
restart: 'no'
container_name: mattermost-elasticsearch
ports:
- "9200:9200"
- "9300:9300"
extends:
file: build/docker-compose.common.yml
service: elasticsearch