mautic / docker-mautic

Docker Image for Mautic
https://www.mautic.org
381 stars 280 forks source link

Mautic basic docker-compose.yml only shows Apache default page #292

Closed mgazzin closed 2 months ago

mgazzin commented 2 months ago

Hi, you have done a nice work! I have just deployed the basic example to an internal server and just changed password values in the .env file. It looks like the web server points to the Apache2 default page. If I look into the container the environment variables seems to set properly:

# env | grep -i apache
APACHE_CONFDIR=/etc/apache2
APACHE_DOCUMENT_ROOT=/var/www/html/docroot
APACHE_ENVVARS=/etc/apache2/envvars

Anything I am missing?

mgazzin commented 2 months ago

Sorry the problem was due to another reason.

RCheesley commented 2 months ago

Thanks for letting us know @mgazzin!