akaunting / docker

Docker Image for Akaunting
https://github.com/akaunting/akaunting
GNU General Public License v3.0
182 stars 85 forks source link

issue installing #78

Closed killmasta93 closed 1 year ago

killmasta93 commented 1 year ago

hi @MohammedAl-Mahdawi Currently using this guide https://developer.akaunting.com/documentation/install-via-docker/ but im getting this error but only happens when i run docker compose down then up again because in the initial installation it works

Access denied for user 'admin'@'%' to database 'forge' akaunting

using the default settings

Thank you

Scarpall commented 1 year ago

Hey there, i got the same problem. seems to be from the container. i just used the v-docker-compose.yml & v.Dockerfile and then everything works even after setup

killmasta93 commented 1 year ago

thank you so much @Scarpall that did the trick but not sure when create users i keep getting oops something went wrong

not sure if you got the same issue

Scarpall commented 1 year ago

@killmasta93 hey i just checked it. you need to configure an mail server under: Settings --> Email after i added my smtp settings everything worked fine.

I didnt found a way to manually add an account. Maybe we can make a feature Request for the situation that you want to add users via console for testing

killmasta93 commented 1 year ago

thank you so much that did the trick