docker-mautic icon indicating copy to clipboard operation
docker-mautic copied to clipboard

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

Open mgazzin opened this issue 1 year ago • 0 comments

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 avatar Aug 27 '24 13:08 mgazzin