A MediaWiki installation with LDAP extensions.
Go to file
dependabot[bot] 26c058299f
Some checks failed
Build and Publish Images / Publish (push) Has been cancelled
chore(deps): bump docker/metadata-action from 5.6.1 to 5.7.0 (#65)
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.6.1 to 5.7.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/v5.6.1...v5.7.0)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-27 10:39:37 +00:00
.github chore(deps): bump docker/metadata-action from 5.6.1 to 5.7.0 (#65) 2025-02-27 10:39:37 +00:00
_config.yml chore: update gh-pages config 2023-04-29 01:55:59 +01:00
.editorconfig chore(): adds editorconfig 2019-10-16 17:02:53 +01:00
.gitignore chore(git): adds .gitignore 2023-11-27 01:06:41 +00:00
docker-compose.yml chore(docker): improve docker compose dx 2024-06-18 01:14:59 +01:00
Dockerfile chore(deps): bump mediawiki from 1.42.1 to 1.43.0 (#63) 2025-01-10 10:40:07 +00:00
LICENSE docs(license): adds license 2019-10-16 17:01:37 +01:00
README.md chore(docker): improve docker compose dx 2024-06-18 01:14:59 +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