Nick Jones

Results 22 comments of Nick Jones

I've not got a Windows machine to test this on but your logs suggest that some `usermod`ding is going on. Try setting `UPDATE_UID_GID=false` on your images to explicitly disable this.

The way the Magento 1.x images do this is quite nice imo. We should do that for these images. https://github.com/meanbee/docker-magento/blob/09631506421db8f2f0113c86f370b1b9c17bdb63/7.1/fpm/entrypoint.sh#L12

I was able to reproduce this with the above commands. I've dug a little more into this: https://askubuntu.com/questions/279371/deferred-name-server-host-name-lookup-failure-smart-host MX records seem fine: ``` $ dig ashsmith.io MX ; DiG 9.8.3-P1...

Fix for this is to require the `vendor/autoload.php` again after initialising Magento, I suppose, registering the composer autoloading process again.

@benn-be Do you have an excerpt from your yaml file that you could share to demonstrate this issue?

@RidRack Thanks for the contribution this looks good. The last thing you need is a change to `CHANGELOG.md` with a description of your change. This pull request closes #29.

This will likely require the user configuration file mentioned in #4.

Thanks for this! I've wanted to add this for ages.

Need to check that the destination is writable before anything starts too.

The first two bullet points could be achieved with https://github.com/meanbee/libmageconf these days.