Skip to content

Commit 35ccbcc

Browse files
Clinton WerthClinton Werth
authored andcommitted
remove ldap docker file and remove ldap from main docker compose
1 parent a5a94e4 commit 35ccbcc

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

Dockerfile.ldap

Lines changed: 0 additions & 2 deletions
This file was deleted.

docker-compose.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,6 @@ services:
3737
# NOTE: default INSECURE salt value, recommend generate new UUID before deployment, **NOT** after deployment
3838
SFTP_PLUGIN_CONFIG_SALT: "A0E6D3B4-25BD-4DD6-BBC9-B367931966AB"
3939

40-
ldap:
41-
build:
42-
context: .
43-
dockerfile: Dockerfile.ldap
44-
container_name: openldap
45-
environment:
46-
- LDAP_ORGANISATION=HobbitsInc
47-
- LDAP_DOMAIN=shire.com
48-
- LDAP_ADMIN_PASSWORD=admin
49-
ports:
50-
- "389:389"
51-
- "636:636"
52-
volumes:
53-
- ./localseed.ldif:/container/service/slapd/assets/config/bootstrap/ldif/50-seed.ldif
5440
# Uncomment the following block to enable the TLS reverse proxy. You will
5541
# also need to generate the key and certificate as the README describes.
5642
# mage-web-proxy:

0 commit comments

Comments
 (0)