Junior
What is the purpose of the Docker Compose file?
sobes.tech AI
Answer from AI
It is used to define and run multi-container Docker applications. It allows you to describe the services, networks, and volumes needed for the application in a single YAML file.