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

13 lines
238 B

  1. services:
  2. elastic:
  3. extends:
  4. file: docker-compose.base.yml
  5. service: elastic
  6. restart: always
  7. build:
  8. dockerfile: elastic752.Dockerfile
  9. volumes:
  10. - elastic:/usr/share/elastic/data
  11. volumes:
  12. elastic: