ISSUE-3463: fix docker-compose command

This commit is contained in:
Evgeny Shmarnev 2017-10-30 12:17:45 +01:00
parent 1840aefea9
commit af88cc11a9

View File

@ -57,7 +57,7 @@ ui:
``` ```
* Recreate Harbor containers * Recreate Harbor containers
```docker ```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.** * Because a session ID is usually required by Harbor API, **you should log in first from a browser.**