Dear Community,
I've heard of Zabbix recently and decided to give it a try. As I always do, I went for a Docker installation on my lab server and chose to use docker-compose_v3_alpine_mysql_latest.yml.
I first tried to create a Portainer stack from the YML file and changed all ./env_var/* with the absolute path /srv/dev-disk/docker/zabbix/env_vars/*. I got an error from Portainer for all the env files: "failed to deploy a stack: open /srv/dev-disk/docker/zabbix/env_vars/.env_db_mysql: no such file or directory" although files exist. Access rights look good, so I don't have any clue on this issue...
I then tried to run the normal
from the command line and the whole stuff began to install but soon reached a kind of dead-loop, saying "** MySQL server is not available. Waiting 5 seconds" (alternatively from zabbix-nginx and zabbix-server containers) without going any further...
I'm stuck then, so any help would be greatly appreciated!
Thanks in advance!
I've heard of Zabbix recently and decided to give it a try. As I always do, I went for a Docker installation on my lab server and chose to use docker-compose_v3_alpine_mysql_latest.yml.
I first tried to create a Portainer stack from the YML file and changed all ./env_var/* with the absolute path /srv/dev-disk/docker/zabbix/env_vars/*. I got an error from Portainer for all the env files: "failed to deploy a stack: open /srv/dev-disk/docker/zabbix/env_vars/.env_db_mysql: no such file or directory" although files exist. Access rights look good, so I don't have any clue on this issue...
I then tried to run the normal
Code:
docker-compose up -d
I'm stuck then, so any help would be greatly appreciated!
Thanks in advance!
Comment