docker-compose.yml ``` web: image: some-image volumes: - $PWD:/home/web ``` It would be really cool if `env` variables would get replaced with their actual values during `docker-compose up`.