Merge pull request #1261 from guiguan/patch-1

LGTM
This commit is contained in:
kun wang 2017-02-15 12:08:14 +08:00 committed by GitHub
commit 09833b2fc4

View File

@ -56,7 +56,7 @@ The parameters are described below - note that at the very least, you will need
* email_server_port = 25
* email_username = sample_admin@mydomain.com
* email_password = abc
* email_from = admin <sample_admin@mydomain.com>
* email_from = `admin \<sample_admin@mydomain.com\>`
* email_ssl = false
* **harbor_admin_password**: The administrator's initial password. This password only takes effect for the first time Harbor launches. After that, this setting is ignored and the administrator's password should be set in the UI. _Note that the default username/password are **admin/Harbor12345** ._
@ -288,4 +288,4 @@ And run the following commands to restart Harbor:
$ sudo docker-compose down
$ sudo ./prepare
$ sudo docker-compose up -d
```
```