Closed saijojoe closed 3 years ago
Hi @saijojoe ,
That setting is used when you are using an external database, when using the official mariadb (from which this project's db is based on) the root user is named root.
I just updated the documentation so this is clear.
Thanks!
A mariadb container is created (I can see it), but it's not running, and I get this error:
ERROR: Service 'mariadb' failed to build: unable to find user [REDACTED]: no matching entries in passwd file
Describe the issue I'm running
sudo docker-compose build
to try to get everything up and running. You can see the output below.Expected behavior I expected it to create the mysql username per the .env file entry.
Image/OTRS versions: Latest, 6.0.x
docker-compose.yml:
.env:
startup output w/OTRS_DEBUG=yes:
Thanks for any help!