Created
October 1, 2021 04:13
-
-
Save rmsj/e1b5e8f12bafbaeb491c9998e89bc8f8 to your computer and use it in GitHub Desktop.
[Mac docker problem 80/443] #mac #docker #port-problem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo lsof -PiTCP -sTCP:LISTEN | |
npx kill-port 3000 8080 8081 | |
# If still running | |
sudo killall httpd | |
sudo launchctl unload /System/Library/LaunchDaemons/org.apache.httpd.plist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment