Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzy11 authored Nov 13, 2023
1 parent 9365772 commit 651db1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 651db1f

Please sign in to comment.