ElasticContainer: Remove unneeded environment setting

Change-Id: Ifc237dc97602152da13d399ef1ace72daec8c954
This commit is contained in:
David Pursehouse
2018-12-03 18:11:33 +09:00
parent 31ee321cd1
commit 8408b78322

View File

@@ -61,9 +61,6 @@ public class ElasticContainer<SELF extends ElasticContainer<SELF>> extends Gener
@Override
protected void configure() {
addExposedPort(ELASTICSEARCH_DEFAULT_PORT);
// https://github.com/docker-library/elasticsearch/issues/58
addEnv("-Ees.network.host", "0.0.0.0");
}
@Override