Skip to content

Commit

Permalink
Added multi-process example
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerlime authored Jul 3, 2018
1 parent 3dc8a8e commit 62ad5d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ $ docker run -p 80:80 minimalcompact/thumbor
$ wget http://localhost/unsafe/500x150/i.imgur.com/Nfn80ck.png
```

multi-process

```
$ docker run -p 80:80 -e THUMBOR_NUM_PROCESSES=8 minimalcompact/thumbor
$ wget http://localhost/unsafe/500x150/i.imgur.com/Nfn80ck.png
```

## Recipes

Check out the recipes folder for some examples (still work in progress).
Expand Down

0 comments on commit 62ad5d6

Please sign in to comment.