You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not changed anything aside from altering the docker-compose.yml
version: '2'
services:
ldap:
container_name: ldap-test
# use the image tag to pull directly from the repo
# image: rroemhild/test-openldap
environment:
LDAP_FORCE_STARTTLS: "false"
LDAP_DOMAIN: "planetexpress.com"
LDAP_BASEDN: "dc=planetexpress,dc=com"
LDAP_ORGANISATION: "Planet Express, Inc."
LDAP_BINDDN: "cn=admin,dc=planetexpress,dc=com"
# use build tag to use the local repo
build:
context: ./
dockerfile: ./Dockerfile
ports:
- '10389:10389'
- '10636:10636'
volumes:
- data_volume:/var/lib/ldap/
volumes:
data_volume:
Any insight would be appreciated.
The text was updated successfully, but these errors were encountered:
From the latest git repo, I am getting an issue when attempting to build the container locally.
I have not changed anything aside from altering the docker-compose.yml
Any insight would be appreciated.
The text was updated successfully, but these errors were encountered: