From 95c2c132bfb10677c2518a54a676e64270257a14 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Tue, 4 Jun 2024 01:26:08 +0200 Subject: [PATCH] fix(zabbixserver): Fix env vars If we want to override RESTART_POLICY we have to spell it with an underscore and not as RESTARTPOLICY. Also TIMEZONE doesn't really exist anymore, it's PHP_TZ and that is already covered by vars from Vault so no need to list it separately. --- templates.d/zabbixserver/fqdn_context.env | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates.d/zabbixserver/fqdn_context.env b/templates.d/zabbixserver/fqdn_context.env index 9b34a70..262afd9 100644 --- a/templates.d/zabbixserver/fqdn_context.env +++ b/templates.d/zabbixserver/fqdn_context.env @@ -9,5 +9,4 @@ # ZBX_DEBUGLEVEL=4 # Other available defaults -# RESTARTPOLICY=unless-stopped -# TIMEZONE=Etc/UTC +# RESTART_POLICY=unless-stopped