mirror of
https://github.com/garethflowers/docker-mediawiki-ldap.git
synced 2025-04-19 08:55:13 +00:00
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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:
...via docker run
docker run \
--name my-mediawiki-ldap \
--detach \
--publish 80:80 \
garethflowers/mediawiki-ldap
...via docker compose
services:
my-mediawiki-ldap:
image: garethflowers/mediawiki-ldap
ports:
- 80:80/tcp
License
- MediaWiki is released under the GNU GPLv2 License.
- This image is released under the MIT License.
Languages
Dockerfile
100%