Browse Source

add a warning about mysql credentials

enh_mydojo_install
kenshin-samourai 5 years ago
parent
commit
0b27ca6d29
  1. 3
      docker/my-dojo/conf/docker-mysql.conf.tpl

3
docker/my-dojo/conf/docker-mysql.conf.tpl

@ -3,13 +3,16 @@
#########################################
# Password of MySql root account
# Warning: This option must not be modified after the first installation
# Type: alphanumeric
MYSQL_ROOT_PASSWORD=rootpassword
# User account used for db access
# Warning: This option must not be modified after the first installation
# Type: alphanumeric
MYSQL_USER=samourai
# Password of of user account
# Warning: This option must not be modified after the first installation
# Type: alphanumeric
MYSQL_PASSWORD=password
Loading…
Cancel
Save