Skip to content

Instantly share code, notes, and snippets.

@nsxsoft
Forked from jyeary/com.apple.serviceproxy.sh
Created January 26, 2023 00:24
Show Gist options
  • Select an option

  • Save nsxsoft/a61444638076cb6f4357f2ac4fb52c05 to your computer and use it in GitHub Desktop.

Select an option

Save nsxsoft/a61444638076cb6f4357f2ac4fb52c05 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