Yet another Dockerfile for Mediawiki.
This container should be linked to a "mysql" instance.
- WIKI_URL: The url where this wiki lives.
- WIKI_NAME: The name of the wiki
- LOGO_URL: A URL for the logo image
- CONTACT_EMAIL: The e-mail of the systems administrator.
You can do it by running the following command docker exec /setup.sh This will create the database and an administrator account
The previous step created an administrator account with username "admin" and password "hackme". Once you get the container running and set up, the first thing to do is login with the said credentials and a "change password" dialog will apear, leaving your administrator account secure.