mirror of https://github.com/akaunting/docker.git
Addition to run.env as db variable is diffrent when runnning AKAUNTING_SETUP=true vs AKAUNTING_SETUP=false
This commit is contained in:
parent
8081d1e3a4
commit
4d2e9fa3d1
|
@ -8,6 +8,7 @@ DB_PORT=3306
|
|||
|
||||
# Change these to match env/db.env
|
||||
DB_NAME=akaunting
|
||||
DB_DATABASE=akaunting #This is the same as DB_NAME as the variable is doffrent between AKAUNTING_SETUP=true/false
|
||||
DB_USERNAME=admin
|
||||
DB_PASSWORD=akaunting_password
|
||||
|
||||
|
|
Loading…
Reference in New Issue