Hello all,
I’m trying to run Zabbix apache containers with exposing ports to my macbook.
My command is ;
docker run --name zabbix-apache -e DB_SERVER_HOST=“mysql” -e MYSQL_USER=“zabbix” -e MYSQL_PASSWORD=“A123456” -e ZBX_SERVER_HOST=“zabbix-mysql” -e PHP_TZ=“Europe/Istanbul” -d zabbix/zabbix-web-apache-mysql -p 80:u6e80:
When I run it, it shutdowns or never start the container.
Checking the logs by Docker Desktop Dashboard tells me this ;
I’m using MacOS Catalina 10.15.3
Thank you for your help.
Mehmet