摘要: version: '3.1' services: elasticsearch: image: docker.elastic.co/elasticsearch/elasticsearch:6.2.4 container_name: elasticsearch ports: - "9200:9200" volumes: - elasticsearch-data:/us... 阅读全文
posted @ 2019-06-05 10:44 chester·chen 阅读(460) 评论(0) 推荐(0) 编辑