Thanks for your reply. I made the changes you suggested:
Inside my.cnf I added the bind-address = 0.0.0.0
Then inside the observium container I:
vi /opt/observium/config.php
And replaced the word localhost with my host’s IP address:
$config[‘db_host’] = ‘My local IP address’;
$config[‘db_user’] = ‘observium’;
But there is no place where I type the port number. And when I go to 0.0.0.0:8000 I still get an error:, it’s a different one but we’re getting close. Just liek you said we will give observium container permissions to access the database. Can you help me with that as well?
MySQL Error: Host ‘172.17.0.18’ is not allowed to connect to this MySQL server
Did I do anything wrong? Were you able to get that running on your machine? Any help would be much appreciated.
Thanks