停掉服务,删除容器,不删除镜像docker-compose down
重启/开始/停止服务docker-compose restart/start/stop [服务名称]
运行某个服务docker-compose run [服务名称]
2022-08-04