Skip to content

Commit 92c1c89

Browse files
committed
Fix TOC
1 parent 972819a commit 92c1c89

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,18 @@ Upon starting this image it will give you a ready to run server with many config
3434
- [Environment Variables](#environment-variables)
3535
- [Base Images used](#base-images-used)
3636
- [Core Configuration](#core-configuration)
37+
- [Logging Options](#logging-options)
38+
- [Backup Options](#backup-options)
39+
- [Password Policy Options](#password-policy-options)
40+
- [TLS options](#tls-options)
41+
- [Replication options](#replication-options)
42+
- [Other environment variables](#other-environment-variables)
3743
- [Users and Groups](#users-and-groups)
3844
- [Networking](#networking)
3945
- [Maintenance](#maintenance)
4046
- [Shell Access](#shell-access)
4147
- [Support & Maintenance](#support--maintenance)
48+
- [References](#references)
4249
- [License](#license)
4350

4451
## Installation
@@ -120,9 +127,9 @@ Below is the complete list of available options that can be used to customize yo
120127

121128
| Parameter | Description | Default | `_FILE` | Advanced |
122129
| ---------------------- | ------------------------------------------------------------- | ---------------------- | ------- | -------- |
123-
| `DATA_PATH` | Base Data Folder | `/data/` ||
124-
| `CONFIG_PATH` | Configuration files path | `${DATA_PATH}/config/` | |
125-
| `DB_PATH` | Data Files path | `${DATA_PATH}/db/` ||
130+
| `DATA_PATH` | Base Data Folder | `/data/` | | |
131+
| `CONFIG_PATH` | Configuration files path | `${DATA_PATH}/config/` | | |
132+
| `DB_PATH` | Data Files path | `${DATA_PATH}/db/` | | |
126133
| `DOMAIN` | LDAP domain. | `example.org` | | |
127134
| `BASE_DN` | LDAP base DN. If empty automatically set from `DOMAIN` value. | (empty) | | |
128135
| `ADMIN_PASS` | Ldap Admin password. | `admin` | x | |

0 commit comments

Comments
 (0)