You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built a docker image based on the Raspbian version of mariadb, and was able to get things started successfully with docker-compose build before docker-compose up. But, when I try to log in to the web, I get a database credential error. The documentation is a little unclear on setting the sql credentials - do I need to set them somewhere on the mariadb server as well, or just the env variables on the containers?
Edit - found the issue. When connecting to the MariaDB server in the db container, the connecting host is not localhost. I updated my MariaDB user to 'emoncms'@'emoncms-docker_web_1.emoncms-docker_default', and now everything is working fine.
Same issue here. "Can't connect to database, please verify credentials/configuration in settings.ini
Error message: Access denied for user 'emoncms'@'192.168.176.4' (using password: YES)". Couldn't figure a way out. Anyone can help?
Can you add some instructions for raspberry pi (rpi4) owners? To run the container, the following changes are required:
armv7
flavor for mariadbtobi312/rpi-mariadb:latest_
docker-compose build
beforedocker-compose up
to preventweb-1
from throwing exec error.thanks for the great work!
The text was updated successfully, but these errors were encountered: