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
This happens for some reason whenever the app disconnects from the database. Several connections are made/closed in the entrypoint.sh script (to check that the database exists, possibly creating it if it doesn't, then updating legislator form data) so you will see a few of these messages when you start the container. They aren't errors per se, the database is aborting connections that the app already closed. Are you seeing any issues or just these lines in the log?
I ended up being able to work around the same problem by just standing up an external MySQL database and pointing to that. I don't know if perhaps in the current configuration there's some docker-internal networking that's not quite right.
Hello,
My .env has MYSQL_HOST=db in my .env and when I run sudo docker-compose up --build I get:
Any help is appreciated,
The text was updated successfully, but these errors were encountered: