🔨基于zabbix-docker alpine镜像的Dockerfile做的一些更改 修改PHP_TZ以及系统默认时区为Asia/Shanghai(不然时间相差8小时) 修改默认Web字体为微软雅黑(不然显示不了中文) 添加Python3的支持(人生苦短,容器内用Python3执行脚本) 运行方法 build docker build -t <imageName> . run docker run --name <containerName> -p 80:80 -p 10051:10051 -d <imageName> LOVE♥Python,LOVE♥Docker