mirror of
https://github.com/garethflowers/docker-mediawiki-ldap.git
synced 2025-08-23 13:42:22 +00:00
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... 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%