mautic / docker-mautic

Docker Image for Mautic
https://www.mautic.org
374 stars 278 forks source link

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

Closed mgazzin closed 1 month ago

mgazzin commented 1 month 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 1 month ago

Sorry the problem was due to another reason.

RCheesley commented 1 month ago

Thanks for letting us know @mgazzin!