17 lines
752 B
Org Mode
17 lines
752 B
Org Mode
![]() |
This repo is just a quick edit of the basic docker template from the official docker-mautic repo.
|
||
|
|
||
|
Please check https://github.com/mautic/docker-mautic for more information and documentation
|
||
|
|
||
|
* Installation
|
||
|
|
||
|
This repo is an example on how to install mautic v5 with portainer.
|
||
|
|
||
|
1. Create a new stack in Portainer
|
||
|
2. Choose *Upload* and upload *docker-compose.yml* from this repo
|
||
|
3. Upload *.env* and *.mautic_env* with *Load variables from .env file*
|
||
|
4. Change the environment variables where necessary
|
||
|
5. Deploy the stack
|
||
|
6. IMPORTANT: When doing a fresh install stop *mautic_cron* and *mautic_worker* otherwise the installtion will fail with a SQL error
|
||
|
7. Start *mautic_cron* and *mautic_worker* again after successfull installation
|
||
|
8. Have Fun 🙂
|