Replies: 4 comments 3 replies
-
Assuming that you use the docker-compose.yaml from the piler source tree, set the mysql hostname to "mysql". |
Beta Was this translation helpful? Give feedback.
-
Yes, but this is already the case. Attached the slightly modified docker-compose file I'm using. If the host name could not be resolved I guess I could not connect to the mariadb server at all, but 'Access denied' tells me that the process is responding. And for the sake of completeness, here is the screenshot of the container startup log. |
Beta Was this translation helpful? Give feedback.
-
It's odd, because piler apparently can read the metadata table. What does piler syslog to /var/log/mail.log regarding the mysql connection? |
Beta Was this translation helpful? Give feedback.
-
Verify that piler can reach both mysql and manticore databases with the parameters defined in piler.conf. |
Beta Was this translation helpful? Give feedback.
-
Trying to get piler via docker-compose working. Startup of the different containers works but the 'piler' container is unable to connect to the 'mysql' container. When exposing port 3306 in the docker-compose file I can connect without problems with the same credentials. (mysql -h 127.0.0.1 -P 3306 -u piler -p piler). Any idea where I could get something wrong?
Beta Was this translation helpful? Give feedback.
All reactions