Is it possible to start only one or a few service(s) in compose file instead of all services? Like `docker compose up my_service`.
Is it possible to start only one or a few service(s) in compose file instead of all services? Like
docker compose up my_service.