Skip to content

Instantly share code, notes, and snippets.

@rpassis
Created May 23, 2016 00:20
Show Gist options
  • Save rpassis/ea8f44ad07a5c7ae5108c97d2560a990 to your computer and use it in GitHub Desktop.
Save rpassis/ea8f44ad07a5c7ae5108c97d2560a990 to your computer and use it in GitHub Desktop.
Docker App fails to connect to localhost when pow is installed
Pow install script enables the PF firewall and adds a rule to forward all port 80 traffic to the Pow server port.
Unfortunately, simply stopping the Pow server won't help as it doesn't stop PF.
Stop PF and use Docker for Mac: `sudo pfctl -d`
Start PF and use Pow: `sudo pfctl -e`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment