Skip to content

Commit 4d16b90

Browse files
committed
docs
1 parent ced916f commit 4d16b90

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A docker image to run OpenLDAP.
1010
- [Quick Start](#quick-start)
1111
- [Beginner Guide](#beginner-guide)
1212
- [Create new ldap server](#create-new-ldap-server)
13-
- [Data persitance](#data-persitance)
13+
- [Data persistence](#data-persistence)
1414
- [Edit your server configuration](#)
1515
- [Use an existing ldap database](#use-an-existing-ldap-database)
1616
- [Backup](#backup)
@@ -21,15 +21,13 @@ A docker image to run OpenLDAP.
2121
- [Disable TLS](#disable-tls)
2222
- [Multi master replication](#multi-master-replication)
2323
- [Debug](#debug)
24-
2524
- [Environment Variables](#environment-variables)
2625
- [Default.yaml](#defaultyaml)
2726
- [Default.yaml.startup](#defaultyamlstartup)
2827
- [Set your own environment variables](#set-your-own-environment-variables)
2928
- [Use command line argument](#use-command-line-argument)
3029
- [Link environment file](#link-environment-file)
3130
- [Make your own image or extend this image](#make-your-own-image-or-extend-this-image)
32-
3331
- [Advanced User Guide](#advanced-user-guide)
3432
- [Extend osixia/openldap:1.1.0 image](#extend-osixiaopenldap110-image)
3533
- [Make your own openldap image](#make-your-own-openldap-image)
@@ -87,7 +85,7 @@ By default the admin has the password **admin**. All those default settings can
8785
docker run --env LDAP_ORGANISATION="My Company" --env LDAP_DOMAIN="my-company.com" \
8886
--env LDAP_ADMIN_PASSWORD="JonSn0w" --detach osixia/openldap:1.1.0
8987

90-
#### Data persitance
88+
#### Data persistence
9189

9290
The directories `/var/lib/ldap` (LDAP database files) and `/etc/ldap/slapd.d` (LDAP config files) has been declared as volumes, so your ldap files are saved outside the container in data volumes.
9391

0 commit comments

Comments
 (0)