Update docker-compose.yml
This commit is contained in:
parent
b8c641997e
commit
9b81b9f544
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user