autopilotpattern / wordpress

A robust and highly-scalable implementation of WordPress in Docker using the Autopilot Pattern
GNU General Public License v2.0
158 stars 41 forks source link

Running local did not work #46

Closed mbbender closed 7 years ago

mbbender commented 7 years ago

On Mac for me running latest version of docker and fresh clone of the project, running local did not work for me until I directly mapped mysql to 3306:

ports:
    - 3306:3306
mbbender commented 7 years ago

tried again without issue.