Skip to content

Commit

Permalink
Merge pull request #3308 from OpenNeuroOrg/es-docker-platform
Browse files Browse the repository at this point in the history
specifying docker platform for elasticsearch
  • Loading branch information
thinknoack authored Jan 30, 2025
2 parents 595bbe8 + d10310a commit 256091e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ services:

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.13.4
platform: linux/amd64
environment:
discovery.type: single-node
cluster.routing.allocation.disk.threshold_enabled: "true"
Expand Down

0 comments on commit 256091e

Please sign in to comment.