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

Useful env variables?

Open mr-linch opened this issue 4 years ago • 0 comments

We can create docker-entrypoint.sh where place logic of add optional command line arguments via env, for example:

instead of

command: --http-port=80 --max-connections=3000

use env like this:

environment:
   HTTP_PORT: 80 
   MAX_CONNECTIONS: 3000

What do you think about this feature?

mr-linch avatar Nov 06 '20 07:11 mr-linch