fix(zabbixserver): Typo

This commit is contained in:
hygienic-books 2023-04-29 02:59:17 +02:00
parent e68541ffd6
commit ffa40e7a0e

View File

@ -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.