Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme.md #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docker-mediawiki/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down