This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 25bca18a8 FINERACT-2081: Update fineract.yml docker image ref
25bca18a8 is described below
commit 25bca18a8f9f277a9c1c0f6f3e68f7953869bd16
Author: David Lemayian ✨ <[email protected]>
AuthorDate: Sun Oct 27 19:29:01 2024 +0300
FINERACT-2081: Update fineract.yml docker image ref
---
config/docker/compose/fineract.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/docker/compose/fineract.yml
b/config/docker/compose/fineract.yml
index ae5323c41..ce168d690 100644
--- a/config/docker/compose/fineract.yml
+++ b/config/docker/compose/fineract.yml
@@ -21,7 +21,7 @@ version: "3.8"
services:
fineract:
# user: "${FINERACT_USER}:${FINERACT_GROUP}"
- image: fineract:latest
+ image: apache/fineract:latest
volumes:
-
${PWD}/config/docker/logback/logback-override.xml:/app/logback-override.xml
- ${PWD}/config/docker/aws/etc/credentials:/etc/aws/credentials:ro