tiredofit / docker-osticket

Dockerized help desk application
MIT License
71 stars 56 forks source link

Database is not created with the installation #16

Open robertatc opened 2 years ago

robertatc commented 2 years ago

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

hugomon commented 2 years ago

It seems that it does not use the root user of mariadb so you should probably create the database and a local user first.

ron-mcleod commented 1 year ago

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