Unfortunately, the only configuration that is officially supported is the one with our docker-compose file.
If you want to achieve something different, you could fork our repo at https://github.com/KnowageLabs/Knowage-Server-Docker and I will encourage you to submit a pull request!
thanks for your response. I have cloned that project to my local Centos 7 server and allowed mariadb through the firewall for remote connections. I can actually access my locally installed mariadb from the 'knowageserverdocker_knowage_1' image. Can I from the 'server.xml' file adjust to connect to that local instance of mariadb?
NOTE: The local instance is on the Host Machine(machine hosting docker).
I have used JDBC with a connection path to an external mariadb database. the parameters test correct at the datasource level but when I get to creating a dataset I get 'Impossible to continue if dataSource label is empty' error on the screen. any ideas what that could be?
NOTE: MariaDB is in the Host machine