我正在尝试通过 Mac 让 Docker/LaravelSail 运行。启动 Docker 时出现错误
Attaching to flow-laravel.test-1, flow-mysql-1 Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:80 -> 0.0.0.0:0: listen tcp 0.0.0.0:80: bind: address already in use
我知道 80 端口正在其他地方使用,但我很难解决这个问题。当我运行时,docker ps我得到正在运行的 mySql 容器 ID。
我尝试手动停止和启动 laravel-test1 容器,但没有成功。
我的问题是,我该如何解决这个问题?