Results 7 comments of Collin Maessen

At the moment I'm focussing on getting maildev to work for the official WordPress image and then move those adaptations to the official php image I need for something else....

Well I'm banging my head against a wall nicely. The main problem is that the php container doesn't have sendmail installed. If it had I only would need to add...

Okay, here's how you can get MailDev to work with the official php and WordPress images. Create a Docker file with the following content ``` # Used 'wordpress' as an...

I don't mind sharing when documentation and useful examples [are a pain to find](https://xkcd.com/979/). So I have no problem with you turning it into a guide as long as there's...

I might turn it into a public git repo for people to have a look at. Have a couple of days where I'm free to do such things.

Created the two example repos: https://github.com/cmaessen/docker-wordpress-sendmail https://github.com/cmaessen/docker-php-sendmail Feel free to contribute changes if you need certain settings/features for your guide (or if I've been stupid). Still quite barebones as I...

The fix is to use the command 'npm remove' for gulp-javascript-obfuscator and then do 'npm install --save gulp-javascript-obfuscator'. This forces a refresh of the libraries it is dependent on. Adding...