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:
parent
42ba4aeebd
commit
95c2c132bf
@ -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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user