Thibaut Perrin
Thibaut Perrin
I faced this issue, and resolved it by adding the following lines to my .env file : ``` MYSQL_PORT_3306_TCP_ADDR=snipeit_db MYSQL_PORT_3306_TCP_PORT=3306 ``` where snipeit_db is the container_name of my mariadb instance.
Did you change the method in start.ini to use http instead of https ? https://www.bastillion.io/docs/installation/ports
> anyone get this fixed? I am running on CentOS Stream 8 using podman 4.2.0. I have tried @tperrindell 's fix and am still getting nowhere. I am able to...