docker-osticket
docker-osticket copied to clipboard
Database is not created with the installation
Hello Everyone,
I have an issue with the creation of the osticket-app. Looks like the system does not create the database when I run the first time the docker-composer.
Does anyone know what should be the possible issue?
Kind Regards
It seems that it does not use the root user of mariadb so you should probably create the database and a local user first.
Specify an environment variable of MARIADB_DATABASE
and set it to the name of the database which should be automatically created.
For example: MARIADB_DATABASE=osticket