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.
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: