Hello,
I am a beginnner using Docker and Docker-compose.
I have several different projects, in different folders, each one with his own docker-compose.yml and each one with two or more containers.
The projects are completely unrelated. However when I type docker-compose up all the containers of all projects are started. Why? How can I run only the containers of one project?