使用Docker的Elastic Search 2.4.6

时间:2019-06-18 11:33:42

标签: docker elasticsearch laravel-5

我正在使用docker运行以Elastic Search 2.4.6作为前提条件的Laravel 5.3项目,我尝试使用6.4.1(在docker hub上可用),但不幸的是我遇到以下错误:

public static void main (String[] arg) {
    LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
    new LwjglApplication(new CheesePlease3(), config);
    config.title = "Mouse - Cheese";
}

这是我当前使用的Elastic Search图像:docker.elastic.co/elasticsearch/elasticsearch:6.4.1(要求为2.4.6)

对此有何建议?

0 个答案:

没有答案