Skip to content

Instantly share code, notes, and snippets.

@jyeary
Created August 9, 2017 20:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jyeary/89c8eb965d2a72104eae12116fbed537 to your computer and use it in GitHub Desktop.
Save jyeary/89c8eb965d2a72104eae12116fbed537 to your computer and use it in GitHub Desktop.
Commands to Disable com.apple.serviceproxy to allow Docker to run on ports 80 and 443.
# Unload the Service Service
sudo launchctl unload -w /Applications/Server.app/Contents/ServerRoot/System/Library/LaunchDaemons/com.apple.serviceproxy.plist
# Load the Service Service
sudo launchctl load -w /Applications/Server.app/Contents/ServerRoot/System/Library/LaunchDaemons/com.apple.serviceproxy.plist
# Check the status of the Server Service
sudo launchctl list com.apple.serviceproxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment