diff --git a/README.md b/README.md
index 4d1b251..f26e02c 100644
--- a/README.md
+++ b/README.md
@@ -328,9 +328,10 @@ For example:
```properties
elasticsearch.enabled=true
-elasticsearch.rest_url=http://localhost:9200
+elasticsearch.rest_url=localhost:9200
elasticsearch.username=SomeUsername
elasticsearch.password=SomePassword
+elasticsearch.protocol=http
elasticsearch.required_index_status=YELLOW
elasticsearch.schema_management_strategy=CREATE
```
diff --git a/pom.xml b/pom.xml
index 9dbdcf1..2efc2df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -233,6 +233,21 @@
jetty-webapp
test
+
+ org.testcontainers
+ testcontainers
+ test
+
+
+ org.testcontainers
+ elasticsearch
+ test
+
+
+ org.testcontainers
+ junit-jupiter
+ test
+