docker-compose.yml version: '3' services: elastics: image: exp10it/elastic:latest ports: - "9201:9201" volumes: - /var/lib/elasticsearch/1:/data
docker run docker pull exp10it/elastic:latest docker run -d --restart always --name elastic --network host exp10it/elastic
Content type
Image
Digest
Size
739.5 MB
Last updated
about 5 years ago
docker pull exp10it/elastic