Seravo / wordpress

The WordPress project layout used by many of Seravo's customers, suitable also for local development with Vagrant and git deployment
https://seravo.com
GNU General Public License v3.0
102 stars 54 forks source link

Mailcatcher is not available in docker #124

Closed k1sul1 closed 4 years ago

k1sul1 commented 4 years ago

http(s)://mailcatcher.pakettikauppa.local/ doesn't work, while https://pakettikauppa.local/ works fine. Same behaviour after running docker-compose pull.

ottok commented 4 years ago

Avahi didn't register properly it seems. You can try an alternative address /.seravo/mailcatcher/. On my test machine however that seems broken as well.. looking into it image

ottok commented 4 years ago

As a temporary workaround you can add to your /etc/hosts a line pointing the Docker IP address with mailcatcher.pakettikauppa.local

k1sul1 commented 4 years ago

I tried that yesterday, didn't work either. /.seravo/mailcatcher/ is broken for me too.

ottok commented 4 years ago

Latest Docker version has this now fixed.