juanluisbaptiste / docker-otrs

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

docker-compose up is not working out of the box #77

Closed pavelsr closed 4 years ago

pavelsr commented 4 years ago

Possible solutions:

1) Change from OTRS_DB_USER=otrs to OTRS_DB_USER=root

or

2) Set MYSQL_USER=otrs and MYSQL_PASSWORD=changeme

at .env.example

juanluisbaptiste commented 4 years ago

I'm not interested on having an out of the box experience, there are too much parameters to configure that this is really not posiible. Also your message does not say anything of what's not working out of the box nor do you explain your proposed solution.