Q. What is the purpose of the 'docker-compose scale' command?
β
Correct Answer: (A)
To increase the number of replicas for a service
Explanation: The 'docker-compose scale' command is used to increase or decrease the number of replicas for a service defined in the 'docker-compose.yml' file.