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.

15 lines
254 B

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