Skip to content

Useful env variables?  #2

Description

@mr-linch

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions