Hi,
On my Zabbix server, I setup 2 zabbix instances (mysql, server, agent, web) in container.
The exposed port are NOT the same.
1st Container , the web port is by default 8080 http://myzabbix:8080
2nd Container, I modified the default web port by 8089 (I modified the /etc/zabbix/nginx.conf in the web container) http://myzabbix:8089
each instance use a different network.
When I log in on the first or second web container , I put the admin/zabbix. I'm connected to the web interface but few seconds after, I see (i got a message), that i'm not logged and when I go to the other web interface I got the same behavior.(same message, you're not logged)
I also tried to put a different ports for each container (exposed ports and internal ports), I have the same trouble.
Do you have an idea ?
Thank you.
Didier
On my Zabbix server, I setup 2 zabbix instances (mysql, server, agent, web) in container.
The exposed port are NOT the same.
1st Container , the web port is by default 8080 http://myzabbix:8080
2nd Container, I modified the default web port by 8089 (I modified the /etc/zabbix/nginx.conf in the web container) http://myzabbix:8089
each instance use a different network.
When I log in on the first or second web container , I put the admin/zabbix. I'm connected to the web interface but few seconds after, I see (i got a message), that i'm not logged and when I go to the other web interface I got the same behavior.(same message, you're not logged)
I also tried to put a different ports for each container (exposed ports and internal ports), I have the same trouble.
Do you have an idea ?
Thank you.
Didier
Comment