Skip to content

Commit

Permalink
Merge pull request #72 from joe-td/fix-unit-test
Browse files Browse the repository at this point in the history
Fix unit test
  • Loading branch information
joe-td authored Feb 17, 2023
2 parents 0a233f7 + 980478a commit c2320e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ version: '3.1'
services:
elasticsearch:
container_name: embulk-output-elasticsearch_server
#image: elasticsearch:5
image: elasticsearch:5
#image: elasticsearch:6.8.21
#image: elasticsearch:7.17.8
# For Mac M1
#image: docker.elastic.co/elasticsearch/elasticsearch:7.17.6-arm64
image: elasticsearch:8.6.1
#image: elasticsearch:8.6.1
ports:
- 19200:9200
- 19300:9300

# use this environment for v7.x & v8.x
environment:
- discovery.type=single-node
- xpack.security.enabled=false
#environment:
# - discovery.type=single-node
# - xpack.security.enabled=false
volumes:
- ./es-data:/usr/share/elasticsearch/data/

0 comments on commit c2320e2

Please sign in to comment.