Skip to content

Instantly share code, notes, and snippets.

@rmsj
Created October 1, 2021 04:13
Show Gist options
  • Save rmsj/e1b5e8f12bafbaeb491c9998e89bc8f8 to your computer and use it in GitHub Desktop.
Save rmsj/e1b5e8f12bafbaeb491c9998e89bc8f8 to your computer and use it in GitHub Desktop.
[Mac docker problem 80/443] #mac #docker #port-problem
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