Skip to content

Commit 4fce2d8

Browse files
davidpclsdmgav
andauthored
Update continuous_integration/docker-configs/ldap-docker-compose.yml
Co-authored-by: Dmitri Gavrilov <46980826+dmgav@users.noreply.github.com>
1 parent 3f46604 commit 4fce2d8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

continuous_integration/docker-configs/ldap-docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ services:
1010
- LDAP_ADMIN_PASSWORD=adminpassword
1111
volumes:
1212
- 'openldap_data:/var/lib/ldap'
13+
- 'openldap_config:/etc/ldap/slapd.d'
1314

1415
volumes:
1516
openldap_data:
1617
driver: local
18+
openldap_config:
19+
driver: local

0 commit comments

Comments
 (0)