-
-
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.
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
| # 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