telegram-bot-api icon indicating copy to clipboard operation
telegram-bot-api copied to clipboard

feat: Customizing http ports via env

Open kiki-kanri opened this issue 1 year ago • 0 comments

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.

kiki-kanri avatar Apr 14 '24 19:04 kiki-kanri