From b93e8ebf6dbc1464872949a554a91eda64dd41cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sil=C3=A9n?= Date: Tue, 26 May 2026 20:34:05 +0300 Subject: [PATCH] docs: remove DB_ENGINE from README per review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DB_ENGINE is an internal build-time setting for mysql/mariadb CLI clients, not a user-facing database engine switch. Signed-off-by: Robert Silén Co-authored-by: Cursor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6baed549..7d25bfd9 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Please also follow usage instructions of each Zabbix component image: > [!NOTE] > The following requires `make` and `docker compose` version 2.24.0 or greater. -You can use the Docker Compose files for MySQL or MariaDB, and PostgreSQL (**compose.yaml** and **compose_pgsql.yaml**, respectively) directly with the ``docker compose`` command. Images with `*-mysql` in the name support both MySQL and MariaDB as the database engine; set `DB_ENGINE` to `mysql` or `mariadb` in your environment or `.env` file. The required images and the Compose file behavior can be configured through environment variables and the .env file. By default, Alpine-based images and the latest version from the current branch are used. +You can use the Docker Compose files for MySQL or MariaDB, and PostgreSQL (**compose.yaml** and **compose_pgsql.yaml**, respectively) directly with the ``docker compose`` command. Images with `*-mysql` in the name support both MySQL and MariaDB databases. The required images and the Compose file behavior can be configured through environment variables and the .env file. By default, Alpine-based images and the latest version from the current branch are used. In addition, a Makefile is provided to configure and run the required Docker Compose files, supporting a variety of base operating system and database engine combinations, as well as to build Zabbix components locally.