Skip to content

Commit

Permalink
[MRG] Merge pull request #414 from MikaelFangel/patch-1
Browse files Browse the repository at this point in the history
Update docker compose commands in the README
  • Loading branch information
whikernel authored Feb 29, 2024
2 parents 19f510f + e562f7e commit d433bb6
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 @@ -58,10 +58,10 @@ git checkout v2.4.5
cp .env.model .env

# Build the dockers
docker-compose build
docker compose build

# Run IRIS
docker-compose up
docker compose up
```

Iris shall be available on the host interface, port 443, protocol HTTPS - ``https://<your_instance_ip>``.
Expand Down

0 comments on commit d433bb6

Please sign in to comment.