akaunting / docker

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

Default 3.0.16 -> Build Broken #101

Closed sysvar closed 9 months ago

sysvar commented 10 months 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 10 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 9 months ago

Thank @sevannerse This issue solved.