Error: Ports are not available, bind: address already in use #47
Replies: 1 comment
-
This error occurs when you try to run a docker container on a port that is already in use. Solution 1: Kill the process that is currently running on the port and re-try
Solution 2: Change the host port number to a different one
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Error: Ports are not available, bind: address already in use occurs while running
docker-compose up -d
Beta Was this translation helpful? Give feedback.
All reactions