Skip to content

Commit

Permalink
Update usage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nima-ch authored Jul 2, 2024
1 parent d40eef4 commit 9f4545f
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions docs/Orthanc Server/usage.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
## How to Use

1. **Prerequisites:**
* Docker engine installed ([https://docs.docker.com/get-docker/](https://docs.docker.com/get-docker/))
* Docker Compose installed ([https://docs.docker.com/compose/install/](https://docs.docker.com/compose/install/))

2. **Environment Variables:**
* Create a `.env` file in the project directory.
* Define the required environment variables (example provided below).

3. **Run:**
* From the project directory, execute: `docker-compose up -d`

* Docker engine installed ([https://docs.docker.com/get-docker/](https://docs.docker.com/get-docker/))
* Docker Compose installed ([https://docs.docker.com/compose/install/](https://docs.docker.com/compose/install/))

3. **Environment Variables:**

* Create a `.env` file in the project directory.
* Define the required environment variables (example provided below).

5. **Run:**

* From the project directory, execute: `docker-compose up -d`

## Environment Variables

Expand Down

0 comments on commit 9f4545f

Please sign in to comment.