From b1575cfb1f9f8f14b2a7f6bc1b5c9c566a75d5db Mon Sep 17 00:00:00 2001 From: Dan Bolser Date: Tue, 7 Mar 2017 18:59:59 +0000 Subject: [PATCH] Update readme.md Question --- docker-mediawiki/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-mediawiki/readme.md b/docker-mediawiki/readme.md index cd48a34..a2ed553 100644 --- a/docker-mediawiki/readme.md +++ b/docker-mediawiki/readme.md @@ -52,6 +52,7 @@ docker run --name mediawiki \ ``` System will detect that mediawiki is not yet configured and will offer installation wizard. During steps you will be asked for: +^^ Is this still up to date? Doesn't seem to happen for me (but I can configure using the web GUI). - Mysql host or IP (use value you specified in `--link mysql:mysql` param so it our case it would be `mysql`. Later the value will be stored under `$wgDBserver` in `LocalSettings.php`. You could use `docker inspect mysql | grep "IPAddress"` to find out IP address of the container with mysql if you run mysql as docker container but that is not reliable as IP addresses of container changes when you restart host/docker) - In case of sqlite mark down full path where data will be stored!