File: docker-compose.yml

package info (click to toggle)
node-ldapjs 2.3.3%2B~cs4.5.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,264 kB
  • sloc: javascript: 14,516; makefile: 31
file content (8 lines) | stat: -rw-r--r-- 142 bytes parent folder | download
1
2
3
4
5
6
7
8
version: '3'

services:
  openldap:
    image: ghcr.io/ldapjs/docker-test-openldap/openldap:latest
    ports:
      - 389:389
      - 636:636