We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c6419 commit 9b81b9fCopy full SHA for 9b81b9f
docker-compose.yml
@@ -18,6 +18,8 @@ services:
18
zammad-elasticsearch:
19
image: ${IMAGE_REPO}:zammad-elasticsearch${VERSION}
20
restart: ${RESTART}
21
+ environment:
22
+ - discovery.type=single-node
23
volumes:
24
- elasticsearch-data:/usr/share/elasticsearch/data
25
0 commit comments