Im running my zabbix in docker containers, with nginx and pgsql.
This is my current configuration of the brand.conf.php
<?php
return[
'BRAND_LOGO' => 'custom_logo.png',
'BRAND_FOOTER' => 'Drac IT'
];
Ive managed to change both the logo and footer but i couldnt find anywhere how to change that "zabbix docker" bit
Thank you in advance!
Drac
Comment