mirror of
https://github.com/lukaszraczylo/tdlib-telegram-bot-api-docker.git
synced 2024-06-15 10:55:24 +03:00
Update README with examples.
This commit is contained in:
parent
98c0b3000a
commit
8009511d86
@ -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
|
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
|
### Kubernetes configuration version
|
||||||
|
|
||||||
TBC;
|
TBC;
|
||||||
|
BIN
img/screen-001.png
Normal file
BIN
img/screen-001.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 629 KiB |
BIN
img/screen-002.png
Normal file
BIN
img/screen-002.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 413 KiB |
Loading…
Reference in New Issue
Block a user