docker-mautic
docker-mautic copied to clipboard
Mautic basic docker-compose.yml only shows Apache default page
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?