From c90fd0d3430bdb064a6545f00f895a2145e93891 Mon Sep 17 00:00:00 2001 From: IohannesArnold Date: Fri, 20 Jun 2014 01:58:49 -0400 Subject: [PATCH] Markdown mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b88f404..6074759 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,6 @@ Now you can deploy this container by running: docker run -d -p 80:80 -v /path/on/host:/var/lib/mediawiki --link mariadb:mariadb iohannesarnold/mediawiki-apache ``` -Where the ```-v`` flag is only necessary if you're interested in preserving files. Also, the ```link``` flag should reflect the name you gave your database container above. +Where the ```-v``` flag is only necessary if you're interested in preserving files. Also, the ```link``` flag should reflect the name you gave your database container above. Mediawiki should now be available on port 80 of the host server, and it will ask you to run configuration. The ```LocalSettings.php``` that results should be placed in the linked host directory created in the last step. Congratulations! You now should have a working Mediawiki installation. Any updated version of this image should be able to be deployed over the same host directory for fast upgrades.