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 <[email protected]> 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
