/zabbix-web-nginx-mysql

Patch the Docker image zabbix-web-nginx-mysql so that PHP-FPM is bound to an address instead of a file socket.

Primary LanguageDockerfileGNU General Public License v2.0GPL-2.0

zabbix-web-nginx-mysql

This is a patched version of the Docker image zabbix-web-nginx-mysql:alpine-6.0-latest that is configured to have PHP-FPM bound to an address (0.0.0.0:9000) rather than a socket. This can be useful in a scenario where other services such as NGINX need access to PHP-FPM but cannot be configured to have access to the containerized PHP-FPM socket file.

CI/CD

pipeline status

Image builds are pushed to the container registry upon successful job completion within the main branch.