部署nacos集群

集群涉及到的源文件:
cluster-hostname.yaml //mysql是否也设置restart: always?
/env/nacos-hostname.env
/env/mysql.env
/init.d/custom.properties
执行命令:
git clone https://github.com/nacos-group/nacos-docker.git
cd nacos-docker
docker-compose -f example/cluster-hostname.yaml up -d