telegram-bot-api
telegram-bot-api copied to clipboard
feat: Customizing http ports via env
I started the image, but since the network mode is not using host, the api server is not able to send the webhook to the service on host.
However, if host mode is used, 8081 will be directly occupied since the http port cannot be customized via env in the configuration file.
The current solution seems to be to build another image from the image itself, is it possible to set the http port via env?
Thank you.