Docker Error bind: address already in use

后端 未结 20 1407
情深已故
情深已故 2020-11-28 03:28

When I run docker-compose up in my Docker project it failes with the following message:

Error starting userland proxy: listen tcp 0.0.0.0:3000:          


        
20条回答
  •  攒了一身酷
    2020-11-28 03:50

    In my case it was

    Error starting userland proxy: listen tcp 0.0.0.0:9000: bind: address already in use

    And all that I need is turn off debug listening in php storm icon

提交回复
热议问题