From b1e39701f9836c032e5ff7d3888fd5da3a515008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20=C3=85gren?= Date: Thu, 9 Oct 2025 10:30:57 +0200 Subject: [PATCH] Render links outside of code block --- mariadb/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mariadb/README.md b/mariadb/README.md index c5b97a7da7aa..7b627022b4b1 100644 --- a/mariadb/README.md +++ b/mariadb/README.md @@ -238,8 +238,8 @@ Custom configuration files should end in `.cnf` and be mounted read only at the The `mariadb` image configuration contains the Ubuntu MariaDB variables with two custom changes for the container: - [host-cache-size=0](https://mariadb.com/kb/en/server-system-variables/#host_cache_size) - [skip-name-resolve](https://mariadb.com/kb/en/server-system-variables/#skip_name_resolve) +- [`host-cache-size=0`](https://mariadb.com/kb/en/server-system-variables/#host_cache_size) +- [`skip-name-resolve`](https://mariadb.com/kb/en/server-system-variables/#skip_name_resolve) These disable the authentication of `user@hostname` users. To re-enable the `skip-name-resolve` use `disable-skip-name-resolve` as variable or argument. When enabled, the `host-cache-size` should be sufficient for the number of containers connecting to the `mariadb`.