Update docker-compose.yml

This commit is contained in:
André Bauer 2020-02-21 17:50:30 +01:00 committed by GitHub
parent b8c641997e
commit 9b81b9f544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,8 @@ services:
zammad-elasticsearch: zammad-elasticsearch:
image: ${IMAGE_REPO}:zammad-elasticsearch${VERSION} image: ${IMAGE_REPO}:zammad-elasticsearch${VERSION}
restart: ${RESTART} restart: ${RESTART}
environment:
- discovery.type=single-node
volumes: volumes:
- elasticsearch-data:/usr/share/elasticsearch/data - elasticsearch-data:/usr/share/elasticsearch/data