I wanted to create a docker-compose file, but the following seems to fail:
...
services:
test:
...
volumes:
- ${FOO}:/bar
...
I've read that environment variables are not evaluated in keys, only in values. But since the $FOO is a value, I thought this would work?