ofreax 10 år sedan
förälder
incheckning
5722a5843c
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -131,7 +131,7 @@ By default TLS is enable, a certificate is created with the container hostname (
 
 #### Use your own certificate
 
-You can set your custom certificate at run time, by mouting a directory containing those files to **/container/service/slapd/assets/certs** and adjust their name with the following environment variables:
+You can set your custom certificate at run time, by mounting a directory containing those files to **/container/service/slapd/assets/certs** and adjust their name with the following environment variables:
 
 	docker run --hostname ldap.example.org --volume /path/to/certifates:/container/service/slapd/assets/certs \
 	--env LDAP_TLS_CRT_FILENAME=my-ldap.crt \