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 2019/06/29 13:38:42 UTC

[fineract] 03/05: Change port from 443 to 8443

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

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

commit 7574daf79e4df4d03a8a61465b08282e07ca5294
Author: conradsp <sc...@gmail.com>
AuthorDate: Thu Jun 20 16:58:55 2019 -0500

    Change port from 443 to 8443
---
 docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 7174964..aacb981 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -14,6 +14,6 @@ services:
       context: .
       target: fineract
     ports: 
-      - 443:443
+      - 8443:8443
     depends_on:
       - fineractmysql