There are scope of services which defined in docker-compose.yml. These service have been started. I need to rebuild only one of these and start it without up other services. I r
Maybe these steps are not quite correct, but I do like this:
stop docker compose: $ docker-compose down
$ docker-compose down
remove the container: $ docker system prune -a
$ docker system prune -a
start docker compose: $ docker-compose up -d
$ docker-compose up -d