Relative Content

Tag Archive for dockerdocker-composeenvironment-variables

Path of docker-compose.yml as environment variable

I have to set a environment variable to the absolute path of the docker-compose.yml file. I tried ${PWD} (see below). However, as expected, PWD is the path from where the docker compose command is executed and not the path of the docker-compose.yml file.