-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
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=3000use env like this:
environment:
HTTP_PORT: 80
MAX_CONNECTIONS: 3000What do you think about this feature?
Reactions are currently unavailable