Skip to content

Instantly share code, notes, and snippets.

@fiedl
Last active September 2, 2017 17:50
Show Gist options
  • Save fiedl/f15fa749a4d7f9a1a90a8e1c85d1abe2 to your computer and use it in GitHub Desktop.
Save fiedl/f15fa749a4d7f9a1a90a8e1c85d1abe2 to your computer and use it in GitHub Desktop.

On macOS, I'd like to use docker-compose on port 80. But, having the Mac OS Server App installed, this app already blocks port 80.

Which services are listening on port 80?

sudo lsof -i ':80'

Source: https://superuser.com/a/598287/273249

Deactivate server app apache

sudo launchctl unload -w /Applications/Server.app/Contents/ServerRoot/System/Library/LaunchDaemons/com.apple.serviceproxy.plist

Source: https://superuser.com/a/1110751/273249

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment