Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 0131411

Browse files
committed
change client tls cert mount location
1 parent 2eac100 commit 0131411

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ansible/templates/docker-compose.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
image: osixia/phpldapadmin:0.9.0
88
volumes:
99
- /etc/localtime:/etc/localtime
10-
- {{ ssl_cert_dir }}:/container/service/phpldapadmin/assets/apache2/certs
10+
- {{ ssl_cert_dir }}:/container/service/ldap-client/assets/certs
1111
environment:
1212
PHPLDAPADMIN_HTTPS: 'false'
1313
PHPLDAPADMIN_LDAP_CLIENT_TLS: 'true'

0 commit comments

Comments
 (0)