Skip to content

Instantly share code, notes, and snippets.

@cesurapp
Created October 7, 2021 09:06
Show Gist options
  • Save cesurapp/a27b84a01b3c51e7fb30afba02a1ecf7 to your computer and use it in GitHub Desktop.
Save cesurapp/a27b84a01b3c51e7fb30afba02a1ecf7 to your computer and use it in GitHub Desktop.

Revisions

  1. cesurapp created this gist Oct 7, 2021.
    20 changes: 20 additions & 0 deletions docker-compose.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    version: '3.5'

    services:
    ldap:
    image: osixia/openldap
    ports:
    - 389:389

    ldap_admin:
    image: osixia/phpldapadmin
    environment:
    - PHPLDAPADMIN_LDAP_HOSTS=ldap
    ports:
    - 8090:443

    # Authentication
    # IP:Port = 127.0.0.1:389
    # URL = https://127.0.0.1:8090
    # Base_DN = cn=admin,dc=example,dc=org
    # Pass = admin