docker-glpi icon indicating copy to clipboard operation
docker-glpi copied to clipboard

KeyError if environment PHPFPM_DECORATE_WORKERS_OUTPUT variable do not exist.

Open Wolvverine opened this issue 3 years ago • 0 comments

If environment PHPFPM_DECORATE_WORKERS_OUTPUT variable do not exist, will be KeyError.

{% if env('PHPFPM_DECORATE_WORKERS_OUTPUT') %}
decorate_workers_output={{ env('PHPFPM_DECORATE_WORKERS_OUTPUT') }}
{% endif %}

Wolvverine avatar Jan 29 '22 12:01 Wolvverine