mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2026-06-23 04:10:17 +00:00
ec134101a4
Add ldap tes server to allow to easily work with that Signed-off-by: Philip Molares <philip.molares@udo.edu>
11 lines
293 B
YAML
11 lines
293 B
YAML
# SPDX-FileCopyrightText: 2026 The HedgeDoc developers (see AUTHORS file)
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
---
|
|
services:
|
|
ldap:
|
|
# renovate: datasource=docker depName=rroemhild/test-openldap
|
|
image: rroemhild/test-openldap
|
|
ports:
|
|
- "10389:10389"
|
|
- "10636:10636"
|