Sign inSign up

nightech/mautic

By nightech

Updated over 7 years ago

Mautic with php-fpm & cron

Image
1

1.0K

nightech/mautic repository overview

Docker Mautic

Dockerfile for Mautic 2.8.0

Features

  • docker-composer up --build file for quickstart
  • 2 images :
    • nightech/mautic:php-fpm
    • nightech/mautic:cron

Install

# Since the local.php config is already available, installer won't lanch
# In order to access to the installer & create the database & first user
# We need to connect to the mautic fpm running container 
docker-compose exec teamware_mautic_1 bash 

# remove the originial local.php symlink  
mv /var/www/mautic/app/config/local.php /var/www/mautic/app/config/_local.php

# browse http://localhost:8080 & complete the install

# move the generated local.php to volumes in order to be saved on container rm
mv /var/www/mautic/app/config/local.php /var/www/mautic/volumes/config/local.php
mv /var/www/mautic/app/config/_local.php /var/www/mautic/app/config/local.php

# Enjoy

Tag summary

Content type

Image

Digest

Size

348.3 MB

Last updated

over 7 years ago

docker pull nightech/mautic:php-fpm