[Question]: After starting with docker compose, four components were started successfully, but there was no es, causing the server to report an error and not be able to connect to es.
Describe your problem
请问是哪里配置有问题吗?谢谢
我也出现这个问题,不知道咋解决。
我也是
ES was not up.
Do not use -d. And check the error logs.
俺也是,es好像没用,都pull不下来
我也出现这个问题,不知道咋解决。
解决了滴滴我一下,感谢
我也是
解决了滴滴我一下
先执行docker-compose up -d es01
我后面用下面的命令启动,看着拉取了es docker compose -f docker/docker-compose.yml --profile elasticsearch up -d
我后面用下面的命令启动,看着拉取了es docker compose -f docker/docker-compose.yml --profile elasticsearch up -d
这样就成功了么