mirror of
https://github.com/lukaszraczylo/tdlib-telegram-bot-api-docker.git
synced 2026-06-05 22:33:43 +00:00
Update README with examples.
This commit is contained in:
@@ -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
|
||||||
|

|
||||||
|
|
||||||
|
#### Printing out the help
|
||||||
|

|
||||||
|
|
||||||
### Kubernetes configuration version
|
### Kubernetes configuration version
|
||||||
|
|
||||||
TBC;
|
TBC;
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 629 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 413 KiB |
Reference in New Issue
Block a user