From fcfbf0fe89410660aa99f4662ff2cf71c18c4fd6 Mon Sep 17 00:00:00 2001 From: Henry Zhang Date: Wed, 20 Jul 2016 10:34:15 +0800 Subject: [PATCH] update installation guide --- docs/installation_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation_guide.md b/docs/installation_guide.md index 0b8017ff6..616c5f90b 100644 --- a/docs/installation_guide.md +++ b/docs/installation_guide.md @@ -96,7 +96,7 @@ Once **harbord.cfg** and storage backend (optional) are configured, build and st Generated configuration file: ./config/registry/root.crt The configuration files are ready, please use docker-compose to start the service. - $ sudo docker-compose up --build -d + $ sudo docker-compose up -d ``` _If everything worked properly, you should be able to open a browser to visit the admin portal at http://reg.yourdomain.com . Note that the default administrator username/password are admin/Harbor12345 ._