'Running MariaDB instead of Postgresql on Fusionauth Docker

first of all I'm really sorry for my english. I started to build a fusionauth application on my Windows PC a few days ago. For this project I used a MariaDB. Now I buyed a vServer and my plan is to run Fusionauth with the help of docker.

After installing everything and following this tutorial: https://fusionauth.io/docs/v1/tech/installation-guide/docker

I had to change the .env file. But here you can only set a Username and Password for POSTGRES... Don't really know what to do, because MariaDB should work with Fusionauth.

POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres

Would be grateful for every help!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source