I have a few running docker containers created by executing docker-compose up.
docker-compose up
Is there any way to get the exact file path of the corresponding docker-c
It is not currently possible.
As an alternative might find the following helpful:
docker ps -a | grep
locate docker-compose.yml
docker-compose restart
docker-compose