Skip to content

Commit

Permalink
use ARM in dockerfile
Browse files Browse the repository at this point in the history
 mn/#87-support-elastic-7
  • Loading branch information
codekiln committed Jul 7, 2023
1 parent 90ffb6d commit 67f923a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ version: '2.1'

services:
elastic:
image: docker.elastic.co/elasticsearch/elasticsearch:6.0.1
# arm64v8 is for Apple M1
image: webhippie/elasticsearch:6.4
ports:
- 9200:9200
- 9300:9300
Expand Down

0 comments on commit 67f923a

Please sign in to comment.