Skip to content

Commit b1e3970

Browse files
authored
Render links outside of code block
1 parent 9e34d1f commit b1e3970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mariadb/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ Custom configuration files should end in `.cnf` and be mounted read only at the
238238

239239
The `mariadb` image configuration contains the Ubuntu MariaDB variables with two custom changes for the container:
240240

241-
[host-cache-size=0](https://mariadb.com/kb/en/server-system-variables/#host_cache_size)
242-
[skip-name-resolve](https://mariadb.com/kb/en/server-system-variables/#skip_name_resolve)
241+
- [`host-cache-size=0`](https://mariadb.com/kb/en/server-system-variables/#host_cache_size)
242+
- [`skip-name-resolve`](https://mariadb.com/kb/en/server-system-variables/#skip_name_resolve)
243243

244244
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`.
245245

0 commit comments

Comments
 (0)