You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
ldap: |
|
container_name: ldap |
|
hostname: ldap |
|
image: registry.sindominio.net/ldap |
|
restart: always |
|
user: 114:65534 |
|
ports: |
|
- "389:3389" |
|
volumes: |
|
- /opt/ldap/config:/etc/ldap/slapd.d |
|
- /opt/ldap/lib:/var/lib/ldap
|
|
|