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

Specificity for Manta configuration #39

Closed alexandrascript closed 7 years ago

alexandrascript commented 7 years ago

When first going through this setup, I was unsure of how to properly setup the Manta configuration. In the README file, it says:

MANTA_BUCKET= # an existing Manta bucket
MANTA_USER= # a user with access to that bucket

I think users would be better served with more specificity. Such as:

MANTA_BUCKET=/<username>/store/bucketname  # an existing Manta bucket
MANTA_USER=<username> # a user with access to that bucket
misterbisson commented 7 years ago

Open a PR with that change?

alexandrascript commented 7 years ago

Will do!

alexandrascript commented 7 years ago

PR opened: https://github.com/autopilotpattern/wordpress/pull/40

misterbisson commented 7 years ago

Fixed with https://github.com/autopilotpattern/wordpress/pull/40