Mohsen Samiei

Results 4 comments of Mohsen Samiei

Sure, but I'm golang developer and source of commands is in go docker-compose.yml ```yaml version: "3.9" volumes: openldap_data: services: openldap: image: bitnami/openldap ports: - 1389:1389 - 1636:1636 environment: - LDAP_ROOT=dc=example,dc=com...

OK Run bitnami openldap with this docker-compose.yml ```yaml version: "3.9" volumes: openldap_data: services: openldap: container_name: openldap image: bitnami/openldap ports: - 1389:1389 - 1636:1636 environment: - LDAP_ROOT=dc=example,dc=com - LDAP_ADMIN_USERNAME=admin - LDAP_ADMIN_PASSWORD=adminpassword...

Do you think this problem can be fixed? @javsalgar