mirror of
https://github.com/garethflowers/docker-mediawiki-ldap.git
synced 2026-09-26 22:06:38 +00:00
9c26fc7030c8e179087107cc5926c958297a2758
MediaWiki with LDAP
A MediaWiki installation with LDAP extensions.
How to use this image
Start a MediaWiki Server instance
To start a container use the following:
docker run \
--name my-mediawiki-ldap \
--detach \
--publish 80:80 \
garethflowers/mediawiki-ldap
License
- MediaWiki is released under the GNU GPLv2 License.
- This image is released under the MIT License.
Languages
Dockerfile
100%