fix typos

This commit is contained in:
michivonah 2023-10-03 13:12:17 +02:00
parent f4cf2f3f2c
commit 35278de6cc
2 changed files with 3 additions and 3 deletions

View file

@ -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" michivonah/ep-alerts```
## Enviormental variables
These environment variables are supported

View file

@ -1,4 +1,4 @@
# requirements.txt
python-dotenv:1.0.0
python-dotenv==1.0.0
#discord.py
discord-webhook:1.3.0
discord-webhook==1.3.0