Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hauxir committed Feb 25, 2020
1 parent 4cadb1d commit e621160
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ livenessProbe:
| MAX_UPLOADS_PER_MINUTE | "20" | Integer, max per IP address |
| ALLOWED_ORIGINS | "['*']" | array of domains, e.g ['https://a.com'] |
| VALID_SIZES | Any size | array of integers allowed in the h= and w= parameters, e.g "[100,200,300]". You should set this to protect against being bombarded with requests! |
| ALLOWED_ORIGINS | "['*']" | array of domains, e.g ['https://a.com'] |
| NAME_STRATEGY | "randomstr" | `randomstr` for random 5 chars, `uuidv4` for UUIDv4 |

Setting configuration variables is all set through env variables that get passed to the docker container.
Expand All @@ -123,4 +122,4 @@ docker run -e ALLOWED_ORIGINS="['https://a.com', 'https://b.com']" -s -v <PATH T
or to quickly deploy it locally, run
```
docker-compose up -d
```
```

0 comments on commit e621160

Please sign in to comment.