Q. How can you scale a service in Docker Compose?
β
Correct Answer: (D)
All of the above
Explanation: Docker Compose provides multiple ways to scale services, including using the 'scale' option, modifying the Compose file, or using 'docker-compose scale'.