ofreax 10 年之前
父節點
當前提交
36bce118b9
共有 1 個文件被更改,包括 6 次插入7 次删除
  1. 6 7
      README.md

+ 6 - 7
README.md

@@ -1,11 +1,10 @@
 # osixia/openldap:1.1.0
 # osixia/openldap:1.1.0
 
 
-[![](https://badge.imagelayers.io/osixia/openldap:latest.svg)](https://imagelayers.io/?images=osixia/openldap:latest 'Get your own badge on imagelayers.io') | [Docker Hub](https://hub.docker.com/r/osixia/openldap/) 
+[![](https://badge.imagelayers.io/osixia/openldap:latest.svg)](https://imagelayers.io/?images=osixia/openldap:latest 'Get your own badge on imagelayers.io') | Latest release: 1.1.0 - OpenLDAP 2.4.40 -  [Changelog](CHANGELOG.md) | [Docker Hub](https://hub.docker.com/r/osixia/openldap/) 
 
 
 A docker image to run OpenLDAP.
 A docker image to run OpenLDAP.
-> [www.openldap.org](http://www.openldap.org/)
 
 
-Latest release: 1.1.0 - OpenLDAP 2.4.40 -  [Changelog](CHANGELOG.md)
+> Official website : [www.openldap.org](http://www.openldap.org/)
 
 
 - [Contributing](#contributing)
 - [Contributing](#contributing)
 - [Quick Start](#quick-start)
 - [Quick Start](#quick-start)
@@ -24,8 +23,8 @@ Latest release: 1.1.0 - OpenLDAP 2.4.40 -  [Changelog](CHANGELOG.md)
 	- [Debug](#debug)
 	- [Debug](#debug)
 
 
 - [Environment Variables](#environment-variables)
 - [Environment Variables](#environment-variables)
-	- [default.yaml](#defaultyaml)
-	- [default.yaml.startup](#defaultyamlstartup)
+	- [Default.yaml](#defaultyaml)
+	- [Default.yaml.startup](#defaultyamlstartup)
 	- [Set your own environment variables](#set-your-own-environment-variables)
 	- [Set your own environment variables](#set-your-own-environment-variables)
 		- [Use command line argument](#use-command-line-argument)
 		- [Use command line argument](#use-command-line-argument)
 		- [Link environment file](#link-environment-file)
 		- [Link environment file](#link-environment-file)
@@ -204,13 +203,13 @@ Environment variables defaults are set in **image/environment/default.yaml** and
 
 
 See how to [set your own environment variables](#set-your-own-environment-variables)
 See how to [set your own environment variables](#set-your-own-environment-variables)
 
 
-### default.yaml
+### Default.yaml
 Variables defined in this file are available at anytime in the container environment.
 Variables defined in this file are available at anytime in the container environment.
 
 
 General container configuration:
 General container configuration:
 - **LDAP_LOG_LEVEL**: Slap log level. defaults to  `256`. See table 5.1 in http://www.openldap.org/doc/admin24/slapdconf2.html for the available log levels.
 - **LDAP_LOG_LEVEL**: Slap log level. defaults to  `256`. See table 5.1 in http://www.openldap.org/doc/admin24/slapdconf2.html for the available log levels.
 
 
-### default.yaml.startup
+### Default.yaml.startup
 Variables defined in this file are only available during the container **first start** in **startup files**.
 Variables defined in this file are only available during the container **first start** in **startup files**.
 This file is deleted right after startup files are processed for the first time,
 This file is deleted right after startup files are processed for the first time,
 then all of these values will not be available in the container environment.
 then all of these values will not be available in the container environment.