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
However, I'm unable to use a variable that contains dashes in an environment: block since compose interprets the dash as a separator between the variable name and its default value:
environment:
VAR-WITH-DASHES: ${VAR-WITH-DASHES}
Is there any way to escape the dash or is this a bug/unimplemented functionality?