From 3237ebb2cfabadeb4f7244f35860bb3463b845d8 Mon Sep 17 00:00:00 2001 From: David Barratt Date: Mon, 7 Aug 2017 19:58:05 -0400 Subject: [PATCH] Fix broken line --- mediawiki/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediawiki/content.md b/mediawiki/content.md index 9eaeaccd6..44b55b0d7 100644 --- a/mediawiki/content.md +++ b/mediawiki/content.md @@ -33,7 +33,7 @@ $ docker run --name some-%%REPO%% --link some-mysql:mysql -d %%REPO%% ``` - Database type: `MySQL, MariaDB, or equivalent` -- Database name/username/password: `
` (`MYSQL_USER`, `MYSQL_PASSWORD`, `MYSQL_DATABASE`; see environment variables in the description for [`mariadb`](https://registry.hub.docker.com/_/mariadb/)\) +- Database name/username/password: `
` (`MYSQL_USER`, `MYSQL_PASSWORD`, `MYSQL_DATABASE`; see environment variables in the description for [`mariadb`](https://registry.hub.docker.com/_/mariadb/)) - ADVANCED OPTIONS; Database host: `mysql` (for using the `/etc/hosts` entry added by `--link` to access the linked container's MySQL instance) ## Volumes