Created
          August 5, 2020 11:09 
        
      - 
      
- 
        Save tensionHuang/ebeb06d2c4216e618138925591b95723 to your computer and use it in GitHub Desktop. 
    elastic-search docker-compose
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | version: "3.8" | |
| services: | |
| elasticsearch: | |
| image: elasticsearch:7.8.1 | |
| ports: | |
| - "9200:9200" | |
| - "9300:9300" | |
| environment: | |
| discovery.type: "single-node" | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment