Error message address already in use is clearly about the IP and listening port. It usually means another process is already using port 3000. Maybe check with netstat -tulpn.
2 Likes
Share and learn in the Docker community.
Error message address already in use is clearly about the IP and listening port. It usually means another process is already using port 3000. Maybe check with netstat -tulpn.