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!