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.
This commit is contained in:
hygienic-books 2024-06-04 01:26:08 +02:00
parent 42ba4aeebd
commit 95c2c132bf

View File

@ -9,5 +9,4 @@
# ZBX_DEBUGLEVEL=4 # ZBX_DEBUGLEVEL=4
# Other available defaults # Other available defaults
# RESTARTPOLICY=unless-stopped # RESTART_POLICY=unless-stopped
# TIMEZONE=Etc/UTC