How install a Container Image from Dockerhub

Hi guys

How may I install a imagem from Dockerhub?

I need to instal the Mautic with mysql DB from this https://hub.docker.com/r/mautic/mautic/

you use Docker Pull Command

docker pull mautic/mautic

It will be automatically installed and run image to container

https://docs.docker.com/engine/reference/commandline/run/

1 Like

I am having a few issues when using container images alongside EE. I haven’t fully figured out the best way yet. You will need to modify the docker-compose file to include an VIRTUAL_HOST environment variable to be able to access your mautic instance from a domain name.

EE uses nginx-proxy. Their github readme is a good place to start. I haven’t figured out how to properly issue custom ssl using nginx-proxy the way EE does it.

If anyone has a few pointers, it would be appreciated.