Q. Which of the following is used to share a volume between services in Docker Compose?
β
Correct Answer: (B)
volumes_from
Explanation: The 'volumes_from' option is used to share a volume between services in Docker Compose.