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
I've encountered this issue as well -- if you pass multiple env files to podman-compose, only the values from the last one are used. I believe this is supposed to be supported according to the spec.
Describe the bug
podman-compose
supports only a single--env-file
argument at a time and ignores theCOMPOSE_ENV_FILES
environment variable.To Reproduce
Both commands should give the same result:
Expected behavior
Actual behavior
The argument invocation results in:
The env variable invocation is empty
Output
Environment:
Additional context
A suggested fix could be this patch:
The text was updated successfully, but these errors were encountered: