From 71dca68e2313da60c22928567662b3f09f172b91 Mon Sep 17 00:00:00 2001 From: Adam Monsen Date: Wed, 23 Oct 2024 14:39:15 -0700 Subject: [PATCH] update for Docker Compose v2 using the new recommended command-line syntax since v1 is EOL. `docker-compose` runs the old Python v1 code. v2 is the new go-based, built-in orchestration tool. `docker compose` (no dash) makes sure v2 is used. See also: * https://www.docker.com/blog/new-docker-compose-v2-and-v1-deprecation/ * https://docs.docker.com/compose/releases/migrate/ --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a025d9a6bd..a88ebe649b 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Access the webapp on http://localhost:4200 in your browser. It is possible to do a 'one-touch' installation of Mifos X Web App using containers (AKA "Docker"). Fineract now packs the Mifos community-app web UI in it's docker deploy. -As Prerequisites, you must have `docker` and `docker-compose` installed on your machine; see +As Prerequisites, you must have `docker` and Docker Compose v2 or later installed on your machine; see [Docker Install](https://docs.docker.com/install/) and [Docker Compose Install](https://docs.docker.com/compose/install/). @@ -106,7 +106,7 @@ Now to run a new MifosX Web App instance you can simply: 1. `git clone https://github.com/openMF/web-app.git ; cd web-app` 1. for windows, use `git clone https://github.com/openMF/web-app.git --config core.autocrlf=input ; cd web-app` -1. `docker-compose up -d` +1. `docker compose up -d` 1. Access the webapp on http://localhost:4200 in your browser. You can also setup different configurations for the MifosX Web App using environment variables: