赞
踩
使用docker-compose up命令,陷入假死,cpu,内存占用都极低.
有可能是端口被占用。
# 查看被占用端口对应的 PID
netstat -aon|findstr "8080"
# 结束进程 taskkill /T /F /PID 9088
然后重新执行命令