Q. How do you scale a service in Docker Compose?
β
Correct Answer: (B)
docker-compose up --scale
Explanation: The 'docker-compose up --scale' command is used to scale services.