Update README with examples.

This commit is contained in:
Lukasz Raczylo 2020-12-27 19:12:59 +00:00
parent 98c0b3000a
commit 8009511d86
No known key found for this signature in database
GPG Key ID: 4C68D09621D47E6B
3 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,14 @@ docker pull docker.pkg.github.com/lukaszraczylo/tdlib-telegram-bot-api-docker/te
docker run -p 8081:8081 -e TELEGRAM_API_ID=yourApiID -e TELEGRAM_API_HASH=yourApiHash -t docker.pkg.github.com/lukaszraczylo/tdlib-telegram-bot-api-docker/telegram-api-server
```
*Thing to remember:* Entrypoint is set to the server binary, therefore you can still modify parameters on the go, as shown below
#### Setting the log output and verbosity
![Set the log output and verbosity](img/screen-001.png?raw=true)
#### Printing out the help
![Print out the help](img/screen-002.png?raw=true)
### Kubernetes configuration version
TBC;

BIN
img/screen-001.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 629 KiB

BIN
img/screen-002.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 413 KiB