This is an automated email from the ASF dual-hosted git repository. angeh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/fineract-cn-docker-compose.git
commit 455dcaad20d8bb07f9f009ed8a7cd3a0158a4897 Author: Juhan Aasaru <[email protected]> AuthorDate: Sat Sep 14 08:03:14 2019 +0300 FINCN-176 switch to apache image --- docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5750bcf..6726371 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -286,8 +286,7 @@ services: ipv4_address: ${GROUP_IP} notifications-ms: - #image: apache/fineract-cn-notifications:latest # TODO uncomment after https://github.com/apache/fineract-cn-notifications/pull/18 has been merged - image: aasaru/fineract-cn-notifications:latest # remove after uncommenting + image: apache/fineract-cn-notifications:latest ports: - "2033:2033" environment:
