Hello,
On Zabbix documentation, it states "If Zabbix server and proxy are installed on the same host, their databases must be created with different names! "
However, on the official Zabbix docker repo of zabbix proxy, the example docker run does not include a link to any DB container, e.g., https://github.com/zabbix/zabbix-doc...y-mysql/alpine
Is MySQL DB app included in the docker image?
If not, does Zabbix proxy container leverage the same MySQL container that Zabbix server connects to?
Any help would be much appreciated.
On Zabbix documentation, it states "If Zabbix server and proxy are installed on the same host, their databases must be created with different names! "
However, on the official Zabbix docker repo of zabbix proxy, the example docker run does not include a link to any DB container, e.g., https://github.com/zabbix/zabbix-doc...y-mysql/alpine
Is MySQL DB app included in the docker image?
If not, does Zabbix proxy container leverage the same MySQL container that Zabbix server connects to?
Any help would be much appreciated.
Comment