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
Docker Compose interpolates variables set by environment (or .env file) using a bash-like ${VAR} syntax, but this is definitely not just a full bash implementation and it does not support sub-command execution ($(command)) - and never will, as this would just break portability (how can you guarantee all system will have this command installed, with a consistent version and output?)
Description
Hello everyone, here is my scenario
Let's do some tests
OK, but...
As you can see, $(date) is not interpolated (evaluated).
Is it a bug?
Is it a feature not implemented?
Or am I doing something wrong?
The text was updated successfully, but these errors were encountered: