Hi,
I'm using zabbix in docker and everything is working fine except after restart I have to manually change IP in Zabbix and Grafana to get it working.
I haven't created network dedicated for zabbix as documentation describes. I assinged all containers to default docker network.
I tried to create network and add second interface to every container with static IP but through it I can't get it working.
Is there any solution to this? Or do I have to create everything from 0?
Although it is in home environment I'd like to export and import data if I will have to create new containers.
Edit: I'd say I'm very beginner in docker and containerization but at the same time I wouldn't like to miss data.
I'm using zabbix in docker and everything is working fine except after restart I have to manually change IP in Zabbix and Grafana to get it working.
I haven't created network dedicated for zabbix as documentation describes. I assinged all containers to default docker network.
I tried to create network and add second interface to every container with static IP but through it I can't get it working.
Is there any solution to this? Or do I have to create everything from 0?
Although it is in home environment I'd like to export and import data if I will have to create new containers.
Edit: I'd say I'm very beginner in docker and containerization but at the same time I wouldn't like to miss data.
Comment