1
0
Эх сурвалжийг харах

mariadb: fix formatting in content.md (#2629)

Quentin Ågren 1 долоо хоног өмнө
parent
commit
40962e8f2d
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      mariadb/content.md

+ 2 - 2
mariadb/content.md

@@ -147,8 +147,8 @@ Custom configuration files should end in `.cnf` and be mounted read only at the
 
 The `%%IMAGE%%` 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 `%%IMAGE%%`.