Untitled
user_0659028
plain_text
5 months ago
427 B
1
Indexable
version: '3.8' services: elasticsearch: image: docker.elastic.co/elasticsearch/elasticsearch:8.0.0 container_name: elasticsearch environment: - discovery.type=single-node - xpack.security.enabled=false ports: - "9200:9200" - "9300:9300" volumes: - elasticsearch-data:/usr/share/elasticsearch/data volumes: elasticsearch-data: driver: local
Editor is loading...
Leave a Comment