mirror of https://github.com/akaunting/docker.git
10 lines
232 B
Plaintext
10 lines
232 B
Plaintext
|
# These could be changed
|
||
|
MYSQL_DATABASE=akaunting
|
||
|
MYSQL_USER=admin
|
||
|
|
||
|
# This should definitely be changed to something long and random
|
||
|
MYSQL_PASSWORD=akaunting_password
|
||
|
|
||
|
# You should probably leave this
|
||
|
MYSQL_RANDOM_ROOT_PASSWORD=yes
|