Hi All
Im trying to move my Mautic installation to a installation based on docker.
I backed up my MYSQL DB and restored it on the new server.
In the docker config i have:
environment:
MAUTIC_DB_HOST: mydb
MAUTIC_DB_USER: myuser
MAUTIC_DB_PASSWORD: ********
MAUTIC_DB_NAME: mauticdb
MAUTIC_RUN_CRON_JOBS: “true”
However when i start mautic it is rerouting me to the installer page.
what do i miss?
thanks