Docker Error bind: address already in use

后端 未结 20 1421
情深已故
情深已故 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:57

    Just a side note if you have the same issue and is with Windows:

    In my case the process in my way is just grafana-server.exe. Because I first downloaded the binary version and double click the executable, and it now starts as a service by user SYSTEM which I cannot taskkill (no permission)

    I have to go to "Service manager" of Windows and search for service "Grafana", and stop it. After that port 3000 is no longer occupied.

    Hope that helps.

提交回复
热议问题