mirror of
https://github.com/michivonah/themepark-alerts.git
synced 2025-12-22 20:36:27 +01:00
fix typos
This commit is contained in:
parent
f4cf2f3f2c
commit
35278de6cc
2 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ Host it on your server:
|
||||||
```apt-get install docker.io docker-compose -y```
|
```apt-get install docker.io docker-compose -y```
|
||||||
2. Run container (don't forget to change your discord webhook url)
|
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
|
## Enviormental variables
|
||||||
These environment variables are supported
|
These environment variables are supported
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# requirements.txt
|
# requirements.txt
|
||||||
python-dotenv:1.0.0
|
python-dotenv==1.0.0
|
||||||
#discord.py
|
#discord.py
|
||||||
discord-webhook:1.3.0
|
discord-webhook==1.3.0
|
||||||
Loading…
Add table
Add a link
Reference in a new issue