juanluisbaptiste / docker-otrs

The unofficial Znuny/OTRS Ticketing System docker image
https://www.juanbaptiste.tech/category/otrs
GNU Lesser General Public License v3.0
173 stars 101 forks source link

OTRS_ROOT_PASSWORD vs MYSQL_ROOT_PASSWORD #25

Closed politsin closed 6 years ago

politsin commented 6 years ago

in DOCS: OTRS_ROOT_PASSWORD root@localhost user password. Default password is changeme in CODE:

  while [ ! "$(mysqladmin ping -h ${OTRS_DB_HOST} -P ${OTRS_DB_PORT} -u root \
              --password="${MYSQL_ROOT_PASSWORD}" --silent --connect_timeout=3)" ]; do

https://github.com/juanluisbaptiste/docker-otrs/blob/master/otrs/functions.sh#L51

juanluisbaptiste commented 6 years ago

And your point being what ? both password are different, MYSQL_ROOT_PASSWORD is the MySQL root password, OTRS_ROOT_PASSWORD is OTRS root@localhost user password.

Read the docs carefully.