Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wapmorgan authored Mar 26, 2024
1 parent 0088f8f commit 302b566
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 @@ -51,13 +51,13 @@ Integrate service into your stack (for example, docker compose)
```yaml
services:
morphos:
image: wapmorgan/morphos:3.2.28
image: wapmorgan/morphos:3.2.29
ports:
- 8093:8080
```
or standalone container:
```bash
docker run --env NUM_WORKERS=4 --rm --publish 8093:8080 -v wapmorgan/morphos:3.2.28
docker run --env NUM_WORKERS=4 --rm --publish 8093:8080 -v wapmorgan/morphos:3.2.29
```

_Tip_: adjust `NUM_WORKERS` env variable if you will send a lot of load to service. By default, it's 4.
Expand Down

0 comments on commit 302b566

Please sign in to comment.