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
Hey folks,
I am have been working towards setting up a local instance of Friendica and I had hoped the Docker container would be a good way to quickly bootstrap something usable. However, I have found myself stalled amidst several setup issues and I have been having difficulty understanding the documentation.
In particular, I have been able to load the Friendica installer on localhost and get to the DB page. However, I am stuck as I can't seem to connect to my database.
I've created a docker-compose.yml which I can start up and it does show both services running and I can access them via Docker. However, they don't seem to talk to each other. I have tried alternatively using MariaDB v MySQL and either way it gives me that error. In addition, I have looked at the logs in both services without spotting any obvious errors.
why do you use beantowndb as DB servername? it should be db (as set in the docker-compose.yml). Same goes to the DB username (friendica instead of root).
Hey folks,
I am have been working towards setting up a local instance of Friendica and I had hoped the Docker container would be a good way to quickly bootstrap something usable. However, I have found myself stalled amidst several setup issues and I have been having difficulty understanding the documentation.
In particular, I have been able to load the Friendica installer on localhost and get to the DB page. However, I am stuck as I can't seem to connect to my database.
I've created a
docker-compose.yml
which I can start up and it does show both services running and I can access them via Docker. However, they don't seem to talk to each other. I have tried alternatively using MariaDB v MySQL and either way it gives me that error. In addition, I have looked at the logs in both services without spotting any obvious errors.I'm using a local image to get around #241.
It'd be great if I'm missing something simple, but efforts to improve the setup docs may generally be helpful.
The text was updated successfully, but these errors were encountered: