docker-mediawiki icon indicating copy to clipboard operation
docker-mediawiki copied to clipboard

Docker container for MediaWiki

Results 8 docker-mediawiki issues
Sort by recently updated
recently updated
newest added

sudo docker-compose up ERROR: Service 'web' depends on service 'db' which is undefined.

Hi there, To make use of this image in docker-compose without hard-coding passwords, and use docker secrets, there must be a way for mediawiki to get the mysql password from...

Is it possible to use short url without index.php? If it isn't can you add this possibility?

Hi, are you planing to move from php:5.6 to php:7.0? Some of the main mediawiki extensions require at least PHP 7.0 in their latest releases, i.e Maps. I use older...

This line here https://github.com/benhutchins/docker-mediawiki/blob/b03d57208b8b076884aa248c5dc0ea8eaf31343b/Dockerfile-base#L28 should not be necessary. We bundle this via Composer's vendor directory now.

`MEDIAWIKI_DB_PASSWORD` is required everytime the image is run, even though it is only required on install. This makes the image less secure by requiring the password to be stored both...

Would it be possible to upload a recent image on hub.docker.com ?