You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem resolving the environment variables when using env_file parameter. The resolution works great with environment parameter. Shell resolution on the host also works just fine. Feature works in docker compose v1.x.
I guess this relates with compose-go support, but from end-user point of view, docker compose official docs state that this feature should basically work.
Description
There is a problem resolving the environment variables when using
env_file
parameter. The resolution works great withenvironment
parameter. Shell resolution on the host also works just fine. Feature works in docker compose v1.x.I guess this relates with compose-go support, but from end-user point of view, docker compose official docs state that this feature should basically work.
Steps to reproduce the issue:
and:
docker compose config
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Output of
docker compose version
:Output of
docker info
:The text was updated successfully, but these errors were encountered: