I noticed my graphs on my server have the incorrect time. I am using Docker to run a Zabbix server, but I do not where the correct file is to change the timezone from the default (I believe it is using Europe/Riga) . I used
to get the image, and docker-compose_v3_ubuntu_mysql_latest.yaml to run the container. I used this tutorial to install the Docker: https://www.youtube.com/watch?v=eycKS8Nbv7o. For future reference, when using Zabbix Docker, are all the files that I change contained within the image? So I would always have to go into the image folder to find a file related to my Zabbix Docker Server?
Code:
sudo docker pull zabbix/zabbix-server-mysql
Comment