Adam Spiers
Adam Spiers
@ericp96 I agree 100% with that use case, and I also agree that this repo needs to handle volumes better for sure, to allow users flexibility in their choice of...
> There is an issue on Mac with docker where mounted volumes take a massive performance hit. Any chance of a URL? However, that still wouldn't really justify the title...
[**@luizeof**](https://github.com/luizeof) commented on [April 1, 2019 8:52 PM](https://github.com/mautic/docker-mautic/issues/90#issuecomment-478721644 "2019-04-01T19:52:32Z - Replied by Github Reply Comments"): > Hello [@rvalle](https://github.com/rvalle) > > the Mautic files reside in the /var/www/html folder, as well...
I'm not convinced (yet, but open to be persuaded). Doing this would mean that any changes common to both branches would need to be manually ported from `master` to `test`....
Hmm, I tried installing sendmail and it still didn't work, so maybe I missed something else too.
Yeah I have it working via SMTP to AWS SES now. But switching to the SES API when https://github.com/mautic/mautic/pull/6977 lands will be even better.
Thanks @dagisus. I already dealt with some of these issues in #111. Perhaps you could rebase yours on top of mine to avoid duplication?
> If any one just want to install and play, why should they be having nginx and SSL? Several reasons: - The whole point of docker-compose is to make deploying...
@luizeof This docker-compose.yml file already sets up nginx as a reverse proxy so I'm not sure what your point is here, or how that's related to this PR?
@luizeof Thanks for the link. I already used [this one](https://medium.com/@pentacent/nginx-and-lets-encrypt-with-docker-in-less-than-5-minutes-b4b8a60d3a71) to get letsencrypt set up. I still don't understand setting up letsencrypt or [your previous comment about reverse proxies](https://github.com/mautic/docker-mautic/pull/108#issuecomment-499894492) relate...