Skip to content

Commit

Permalink
fix typo in command in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michivonah committed Oct 7, 2023
1 parent 9201ffa commit 2f67d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Host it on your server:
```apt-get install docker.io docker-compose -y```
2. Run container (don't forget to change your discord webhook url)

```docker run -d --name ep-alerts --env DISCORD_WEBHOOK="https://discord.com/api/webhooks/XXXXXXXXXXXXXX/YYYYYYYYYYYYYYYYYYYYYYYYY" michivonah/ep-alerts```
```docker run -d --name ep-alerts --env DISCORD_WEBHOOK="https://discord.com/api/webhooks/XXXXXXXXXXXXXX/YYYYYYYYYYYYYYYYYYYYYYYYY" --env SUBS=383533,323530,353030 michivonah/ep-alerts```

## Enviormental variables
These environment variables are supported
Expand Down

0 comments on commit 2f67d5b

Please sign in to comment.