elasticsearch/docs/reference/setup/install
Joe Zack b6b98f72ce Fix discovery config in docker-compose docs (#41394)
Today's `docker-compose` docs are missing the `discovery.seed_nodes` config on
one of the nodes. With today's configuration the cluster can still form the
first time it is started, because `cluster.initial_master_nodes` requires both
nodes to bootstrap the cluster which ensures that each discover the other.
However if `es02` is elected master it will remove `es01` from the voting
configuration and then when restarted it will form a cluster on its own without
needing to do any discovery. Meanwhile `es01` doesn't know how to find `es02`
after a restart so will be unable to join this cluster.

This commit fixes this by adding the missing configuration.
2019-04-20 09:33:04 +01:00
..
check-running.asciidoc
deb-init.asciidoc
deb.asciidoc
docker.asciidoc
etc-elasticsearch.asciidoc
init-systemd.asciidoc
key.asciidoc
license.asciidoc
msi-windows-start.asciidoc
next-steps.asciidoc
rpm-init.asciidoc
rpm.asciidoc
skip-set-kernel-parameters.asciidoc
sysconfig-file.asciidoc
systemd.asciidoc
targz-daemon.asciidoc
targz-start.asciidoc
targz.asciidoc
windows.asciidoc
xpack-indices.asciidoc
zip-windows-start.asciidoc
zip-windows.asciidoc