Closed moluzhui closed 2 years ago
please check the deployed mysql can be connected, for example check the mysql port 3306 using telnet cmd or using mysql-client to connect mysql.
@moluzhui referenc https://github.com/didi/LogiKM/blob/2a720fce6f/distribution/conf/application-docker.yml#L23
the mysql container name default is mysql
,you used container the name mysql-logikm
,so you need to use -e LOGI_MYSQL_HOST=mysql-logikm
After deploying Logikm document based on Docker, I could not access the home page through the front end. Deployment command is as follows:
It seems to be a
database connection error
throughdocker logs
, as shown below