mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-10 00:47:51 +02:00
feat: set php mysqli socket to user provided value
This commit is contained in:
@ -34,3 +34,6 @@ php_value[date.timezone] = ${PHP_TZ}
|
||||
; PHP-FPM monitoring
|
||||
pm.status_path = /status
|
||||
ping.path = /ping
|
||||
|
||||
; Set the socket equal to DB_SERVER_SOCKET set by user
|
||||
php_value[mysqli.default_socket] = ${DB_SERVER_SOCKET}
|
||||
|
Reference in New Issue
Block a user