MariaDB Setup : homeassistant
www.reddit.com › r › homeassistantYou'll need to create your own image via Dockerfile because the HA image doesn't contain the libraries for connecting to MariaDB. FROM homeassistant/home-assistant:latest RUN apt-get -y update RUN apt-get -y install libmariadbclient-dev libssl-dev RUN pip3 install mysqlclient RUN pip3 install pymysql Then follow what /u/Wwallttsaid. 2 Reply Share