
Docker
文章平均质量分 56
五月梦
复盘+思考+沉淀(◕_◕)
展开
-
Docker启动ES报错: [discovery.seed_hosts, discovery.seed_providers……] must be configured
使用Docker搭建ElasticSearch时,始终无法启动,报错:the default discovery settings are unsuitable for production use; at least one of [discovery.seed_hosts, discovery.seed_providers, cluster.initial_master_nodes] must be configured原创 2023-03-30 20:37:27 · 1629 阅读 · 0 评论 -
Docker部署MySQL主从复制
设置需要复制的数据库 需要复制的主数据库名字。编写结束后,进行对应的容器中查看,以主机为例。#设置不要复制的数据库(可设置多个)#设置logbin格式。原创 2023-04-26 20:57:31 · 1352 阅读 · 2 评论