From ffa40e7a0eff0ac76169598a0133a53a8887c564 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Sat, 29 Apr 2023 02:59:17 +0200 Subject: [PATCH] fix(zabbixserver): Typo --- zabbixserver/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zabbixserver/README.md b/zabbixserver/README.md index 9d4c792..580fead 100644 --- a/zabbixserver/README.md +++ b/zabbixserver/README.md @@ -65,7 +65,7 @@ docker compose --file "${COMPOSE_FILE}" --env-file "${COMPOSE_ENV_FILE}" up ├── ZBX_WEBNGINX_TLS_CERT_FULLCHAIN_FILE └── ZBX_WEBNGINX_TLS_KEY_FILE ``` - Example data you're going to want to physically place on your deployment machine. SSL certs and keys are blank files each of which has the exact same name used in the env file `fqdn_contaxt.env.example`. + Example data you're going to want to physically place on your deployment machine. SSL certs and keys are blank files each of which has the exact same name used in env file `fqdn_context.env.example`. A PostgreSQL initialization script - when this container is run on a completely empty data directory - will create an additional read-only user `ZBX_DB_USERNAME_RO` with password `ZBX_DB_USERNAME_PW`. The example's intended to grant a Grafana daemon direct PostgreSQL database read access.