/etcd-cluster-docker-compose

Docker-compose.yml for etcd cluster using official image.

Primary LanguageShellMIT LicenseMIT

etcd-cluster-docker-compose

Use the latest version of etcd, directly pull the official image to run.Will run 3 nodes, the configuration can be edited in the .env file.

Usage

1. update configuration

Edit the .env file and modify the run configuration.

2. run

docker-compose up -d

Other

official documentation