You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
index/docker-compose.yml

10 lines
156 B
YAML

4 years ago
version: '3.7'
services:
es:
image: elasticsearch:7.7.0
environment:
discovery.type: single-node
ports:
- 9200:9200
- 9300:9300