You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/04/18 00:09:24 UTC

[fineract] 01/01: remove JAVA_OPTS from docker-compose.yml (FINERACT-900)

This is an automated email from the ASF dual-hosted git repository.

vorburger pushed a commit to branch FINERACT-900
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit 1bc5431519d09d25c37c2f4cce053a38d2982825
Author: Michael Vorburger ⛑️ <mi...@vorburger.ch>
AuthorDate: Sat Apr 18 02:09:13 2020 +0200

    remove JAVA_OPTS from docker-compose.yml (FINERACT-900)
---
 docker-compose.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 80e1116..152aa17 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -43,7 +43,6 @@ services:
     depends_on:
       - fineractmysql
     environment:
-      - JAVA_OPTS=-Djava.awt.headless=true -XX:+UseG1GC -Dfile.encoding=UTF-8
       - DRIVERCLASS_NAME=org.drizzle.jdbc.DrizzleDriver
       - PROTOCOL=jdbc
       - SUB_PROTOCOL=mysql:thin