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
$ VOL=some_vol docker-compose up
ERROR: The Compose file './docker-compose.yml' is invalid because:
volumes value '${VOL}' does not match any of the regexes: u'^[a-zA-Z0-9._-]+$'
I'm running docker-compose version 1.17.1, build 6d101fb.
The text was updated successfully, but these errors were encountered:
Variable substitution works for YAML's array elements and hash values, but does not work for hash keys (see the last line):
=>
I'm running docker-compose version 1.17.1, build 6d101fb.
The text was updated successfully, but these errors were encountered: