akaunting / docker

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

Default 3.0.16 -> Build Broken #101

Closed sysvar closed 11 months ago

sysvar commented 1 year ago

I'll start by saying version 3.0.15 is working for anyone wanting to get it working. Just change docker-compose.yml from: docker.io/akaunting/akaunting:latest to this: docker.io/akaunting/akaunting:3.0.15.

Recreate issue

You bring the stack up for the first time using AKAUNTING_SETUP=true docker compose up -d after a few moments the following errors are seen which loop:


Creating database tables
Connecting to database akaunting@mariadb-akaunting:3306
Creating company
In CreateCompany.php line 61:

Not able to create a new user.

Setting locale en-US
Creating database tables
Connecting to database akaunting@mariadb-akaunting:3306
Creating company
In CreateCompany.php line 61:

Not able to create a new user.
cevatkerim commented 11 months ago

yeah this docker file is broken. It seems like it just downloads the latest and runs the same shell script. Check the Dockerfile

cuneytsenturk commented 11 months ago

Thank @sevannerse This issue solved.