From 651db1fa8cbbb1527e6a51768b28883d95d3d1c3 Mon Sep 17 00:00:00 2001 From: Mutesasira Moses Date: Mon, 13 Nov 2023 21:06:49 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 108789a901..0eb28459e3 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ You can find more information on how to set up OpenELIS at our [docs page](http: [![Publish Docker Image Status](https://github.com/I-TECH-UW/OpenELIS-Global-2/actions/workflows/publish.yml/badge.svg)](https://github.com/I-TECH-UW/OpenELIS-Global-2/actions/workflows/publish.yml) ### Running OpenELIS in Docker -#### Running with published docker images +#### Running with docker compose docker-compose up -d #### Building the docker images directly from source code docker-compose -f build.docker-compose.yml up -d --build -#### Running published docker images With locally compiled Artifacts (ie the War file and local frontend Source files) +#### Running docker containers With locally compiled Artifacts (ie the War file and local frontend Source files) 1. Clone the Repository git clone https://github.com/I-TECH-UW/OpenELIS-Global-2.git -b 2.8