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
When passing .env file (in which a variable name contains '-') to the " env_file:" (in compose.yml) the above error occurs. This works normally on v2.24.5
The text was updated successfully, but these errors were encountered:
I'm having the same problem. The problem is with the .env definitions.
I have names defined with the "-" hyphen, which worked before, but if I'm not mistaken not allowed in bash.
.env example:
...
APPLICATION-FOO-KEY=123456789
...
when I changed it from APPLICATION-FOO-KEY to APPLICATION_FOO_KEY docker compose worked, of course my application doesn't work anymore, since it expects APPLICATION-FOO-KEY but that is another problem.
When passing .env file (in which a variable name contains '-') to the " env_file:" (in compose.yml) the above error occurs. This works normally on v2.24.5
The text was updated successfully, but these errors were encountered: