summaryrefslogtreecommitdiffstats
path: root/docker-compose-db.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose-db.yml')
-rw-r--r--docker-compose-db.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker-compose-db.yml b/docker-compose-db.yml
index 760add6..dd9705c 100644
--- a/docker-compose-db.yml
+++ b/docker-compose-db.yml
@@ -28,6 +28,8 @@ services:
- "9200:9200"
volumes:
- /opt/test-config/elasticsearch/config/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
+ - /opt/test-config/elasticsearch/config/jvm.options:/usr/share/elasticsearch/config/jvm.options
+ - /opt/test-config/elasticsearch/config/log4j2.properties:/usr/share/elasticsearch/config/log4j2.properties
- es-data:/usr/share/elasticsearch/data
logging:
driver: "json-file"