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:23 UTC

[fineract] branch FINERACT-900 created (now 1bc5431)

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

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


      at 1bc5431  remove JAVA_OPTS from docker-compose.yml (FINERACT-900)

This branch includes the following new commits:

     new 1bc5431  remove JAVA_OPTS from docker-compose.yml (FINERACT-900)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by vo...@apache.org.
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