Skip to content

Commit 464f554

Browse files
author
Osixia!
authored
Merge pull request #144 from Jonher937/indentation
Formatting of readme + spelling
2 parents 3900e78 + 709fd4c commit 464f554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Quick example, with the default config.
189189
LDAP2_IP=$(docker inspect -f "{{ .NetworkSettings.IPAddress }}" $LDAP2_CID)
190190

191191
#Add the pair "ip hostname" to /etc/hosts on each containers,
192-
#beacause ldap.example.org and ldap2.example.org are fake hostnames
192+
#because ldap.example.org and ldap2.example.org are fake hostnames
193193
docker exec $LDAP_CID bash -c "echo $LDAP2_IP ldap2.example.org >> /etc/hosts"
194194
docker exec $LDAP2_CID bash -c "echo $LDAP_IP ldap.example.org >> /etc/hosts"
195195

@@ -293,7 +293,7 @@ Replication options:
293293

294294
- **LDAP_REPLICATION_HOSTS**: list of replication hosts, must contain the current container hostname set by --hostname on docker run command. Defaults to :
295295
```yaml
296-
- ldap://ldap.example.org
296+
- ldap://ldap.example.org
297297
- ldap://ldap2.example.org
298298
```
299299

0 commit comments

Comments
 (0)