mirror of
https://github.com/garethflowers/docker-mediawiki-ldap.git
synced 2026-03-05 14:06:19 +00:00
dependabot/github_actions/docker/setup-buildx-action-4
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: '4' 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%