dependabot[bot] 341a06fae4
Some checks failed
Build and Publish Images / Publish (push) Has been cancelled
chore(deps): bump mediawiki from 1.43.0 to 1.43.1 (#66)
Bumps mediawiki from 1.43.0 to 1.43.1.

---
updated-dependencies:
- dependency-name: mediawiki
  dependency-version: 1.43.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-11 10:46:24 +00:00
2023-04-29 01:55:59 +01:00
2019-10-16 17:02:53 +01:00
2023-11-27 01:06:41 +00:00
2019-10-16 17:01:37 +01:00

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

Description
A MediaWiki installation with LDAP extensions.
Readme MIT 192 KiB
Languages
Dockerfile 100%