Defining a project name inside docker configuration

Can you define the project name inside the configuration file itself, and not as an environment variable or command line flag? I suspect this may avoid some problems in some scenarios.

I assume that overriding this name may be possible with env or flag.

+5
source share
1 answer

Not yet (since version 1.6.2), it is discussed https://github.com/docker/compose/issues/745

+5
source

Source: https://habr.com/ru/post/1244301/


All Articles