Merge pull request #3491 from Evalle/3463

ISSUE-3463: fix docker-compose command
This commit is contained in:
Yan 2017-11-03 15:44:48 +08:00 committed by GitHub
commit 10199c10ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ ui:
```
* Recreate Harbor containers
```docker
docker-compose down -v & docker-compose up -d
docker-compose down -v && docker-compose up -d
```
* Because a session ID is usually required by Harbor API, **you should log in first from a browser.**