docker compose up can be used to execute only one service

docker compose up <service_name> can be used to execute only one service instead of all of the services defined in the compose file.