File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,7 @@ install:
3333 --env LDAP_TLS_VERIFY_CLIENT=try \
3434 -p 389:389 \
3535 -p 636:636 \
36- -v $(pwd)/test/fixtures/seed.ldif:/container/service/slapd/assets/config/bootstrap/ldif/50-bootstrap.ldif \
37- -v $(pwd)/test/fixtures/openldap/retcode.ldif:/container/service/slapd/assets/config/bootstrap/ldif/06-retcodes.ldif \
36+ -v "$(pwd)"/test/fixtures/ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom \
3837 --name openldap \
3938 --detach \
4039 osixia/openldap:1.3.0 \
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ docker run --rm -ti \
77 --hostname ldap.example.org \
88 --env LDAP_TLS_VERIFY_CLIENT=try \
99 -p 389:389 -p 636:636 \
10- -v " $( pwd) " /test/fixtures/seed.ldif:/container/service/slapd/assets/config/bootstrap/ldif/50-bootstrap.ldif \
11- -v " $( pwd) " /test/fixtures/openldap/retcode.ldif:/container/service/slapd/assets/config/bootstrap/ldif/06-retcodes.ldif \
10+ -v " $( pwd) " /test/fixtures/ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom \
1211 --name my-openldap-container \
1312 osixia/openldap:1.3.0 --copy-service --loglevel debug
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments