Find the directory where docker-compose was launched

Hi,
even if some delay it may help someone. Inspecting the docker container Labels may provide the required answer

docker inspect <container_name> | grep "com.docker.compose.project.working_dir"
4 Likes